File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
17
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
27
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
35
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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