File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : Ubuntu-18.04
14
14
steps :
15
15
- uses : actions/checkout@v2
16
- - run : git submodule update --init
16
+ with :
17
+ submodule : true
17
18
- name : Setup swiftenv
18
19
run : |
19
20
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
34
35
runs-on : macOS-10.15
35
36
steps :
36
37
- uses : actions/checkout@v2
37
- - run : git submodule update --init
38
+ with :
39
+ submodule : true
38
40
- run : sudo xcode-select -s "${{ matrix.xcode-version }}"
39
41
- run : swift --version
40
42
- run : swift test
43
45
runs-on : macOS-10.15
44
46
steps :
45
47
- uses : actions/checkout@v2
46
- - run : git submodule update --init
48
+ with :
49
+ submodule : true
47
50
- run : swift test --enable-code-coverage
48
51
- run : echo "SWIFT_CODECOV_PATH=$(swift test --show-codecov-path)" >> $GITHUB_ENV
49
52
- uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments