Skip to content

Migrated tests to Swift Testing (#99) #16

Migrated tests to Swift Testing (#99)

Migrated tests to Swift Testing (#99) #16

Workflow file for this run

name: Main
on:
push:
branches: [main]
jobs:
unit-tests:
name: Unit tests
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
with:
exclude_swift_versions: "[{\"swift_version\": \"5.8\"}, {\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]"

Check failure on line 12 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 12, Col: 31): Invalid input, exclude_swift_versions is not defined in the referenced workflow.
swift_flags: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
swift_nightly_flags: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"