Skip to content

Commit 2c7e6ff

Browse files
fix typo submodule -> submodules
1 parent 05eb26c commit 2c7e6ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
with:
17-
submodule: true
17+
submodules: true
1818
- name: Setup swiftenv
1919
run: |
2020
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838
with:
39-
submodule: true
39+
submodules: true
4040
- run: sudo xcode-select -s "${{ matrix.xcode-version }}"
4141
- run: swift --version
4242
- run: swift test
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v2
4848
with:
49-
submodule: true
49+
submodules: true
5050
- run: swift test --enable-code-coverage
5151
- run: echo "SWIFT_CODECOV_PATH=$(swift test --show-codecov-path)" >> $GITHUB_ENV
5252
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)