We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05eb26c commit 2c7e6ffCopy full SHA for 2c7e6ff
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
with:
17
- submodule: true
+ submodules: true
18
- name: Setup swiftenv
19
run: |
20
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
- run: sudo xcode-select -s "${{ matrix.xcode-version }}"
41
- run: swift --version
42
- run: swift test
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
- run: swift test --enable-code-coverage
51
- run: echo "SWIFT_CODECOV_PATH=$(swift test --show-codecov-path)" >> $GITHUB_ENV
52
- uses: codecov/codecov-action@v1
0 commit comments