We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fee508 commit f41c60aCopy full SHA for f41c60a
.github/workflows/pull_request.yml
@@ -5,11 +5,11 @@ on:
5
types: [opened, reopened, synchronize]
6
7
jobs:
8
- # tests:
9
- # name: Test
10
- # uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
- # with:
12
- # linux_pre_build_command: apt-get update && apt-get install -y locales locales-all libsqlite3-dev
+ tests:
+ name: Test
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
+ with:
+ linux_pre_build_command: apt-get update && apt-get install -y locales locales-all libsqlite3-dev
13
soundness:
14
name: Soundness
15
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments