File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1313 runs-on : Ubuntu-18.04
1414 steps :
1515 - uses : actions/checkout@v2
16- with :
17- submodules : true
18- persist-credentials : false
16+ - run : git submodule update --init
1917 - name : Setup swiftenv
2018 run : |
2119 git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
3634 runs-on : macOS-10.15
3735 steps :
3836 - uses : actions/checkout@v2
39- with :
40- submodules : true
41- persist-credentials : false
37+ - run : git submodule update --init
4238 - run : sudo xcode-select -s "${{ matrix.xcode-version }}"
4339 - run : swift --version
4440 - run : swift test
4743 runs-on : macOS-10.15
4844 steps :
4945 - uses : actions/checkout@v2
50- with :
51- submodules : true
52- persist-credentials : false
46+ - run : git submodule update --init
5347 - run : swift test --enable-code-coverage
5448 - run : echo "SWIFT_CODECOV_PATH=$(swift test --show-codecov-path)" >> $GITHUB_ENV
5549 - uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments