File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
RUNALL : " true"
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18
18
19
19
- name : Run tests
20
20
run : swift test
@@ -24,15 +24,15 @@ jobs:
24
24
RUNALL : " true"
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
27
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28
28
29
29
- name : Run tests
30
30
run : swift test --package-path ./generator
31
31
generator-template-tests :
32
32
runs-on : macos-13
33
33
steps :
34
34
- name : Checkout code
35
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36
36
37
37
- name : Run tests
38
38
run : ./bin/test_generator.sh
You can’t perform that action at this time.
0 commit comments