File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
- name : Run Swift quick tests
2
- description : Runs Swift tests defined in Bazel. Must be run after `setup-env`
1
+ name : Build Swift CodeQL pack
2
+ description : Builds the Swift CodeQL pack
3
3
runs :
4
4
using : composite
5
5
steps :
6
- - name : Run xcode-autobuilder tests
7
- if : runner.os == 'macOS'
6
+ - uses : ./swift/actions/setup-env
7
+ - uses : ./swift/actions/share-extractor-pack
8
+ - name : Build Swift extractor
8
9
shell : bash
9
10
run : |
10
- bazel test //swift/xcode-autobuilder/tests
11
- - name : Run codegen tests
11
+ bazel run //swift:create-extractor-pack
12
+ # running all small tests here to avoid spinning another runner and redoing bazel analysis
13
+ - name : Run unit tests
12
14
shell : bash
13
15
run : |
14
- bazel test //swift/codegen/tests
15
- - name : Run qltest tests
16
- shell : bash
17
- run : |
18
- bazel test //swift/tools/test/qltest
16
+ bazel test --test_filter=small --build_tests_only //swift/...
Original file line number Diff line number Diff line change 1
- name : Build Swift CodeQL pack
2
- description : Builds the Swift CodeQL pack
1
+ name : Run Swift quick tests
2
+ description : Runs Swift tests defined in Bazel. Must be run after `setup-env`
3
3
runs :
4
4
using : composite
5
5
steps :
6
- - uses : ./swift/actions/setup-env
7
- - uses : ./swift/actions/share-extractor-pack
8
- - name : Build Swift extractor
6
+ - name : Run xcode-autobuilder tests
7
+ if : runner.os == 'macOS'
9
8
shell : bash
10
9
run : |
11
- bazel run //swift:create-extractor-pack
12
- # running all small tests here to avoid spinning another runner and redoing bazel analysis
13
- - name : Run unit tests
10
+ bazel test //swift/xcode-autobuilder/tests
11
+ - name : Run codegen tests
14
12
shell : bash
15
13
run : |
16
- bazel test --test_filter=small --build_tests_only //swift/...
14
+ bazel test //swift/codegen/tests
15
+ - name : Run qltest tests
16
+ shell : bash
17
+ run : |
18
+ bazel test //swift/tools/test/qltest
You can’t perform that action at this time.
0 commit comments