Skip to content

Commit

Permalink
fix typo submodule -> submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Dec 21, 2020
1 parent 05eb26c commit 2c7e6ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodule: true
submodules: true
- name: Setup swiftenv
run: |
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodule: true
submodules: true
- run: sudo xcode-select -s "${{ matrix.xcode-version }}"
- run: swift --version
- run: swift test
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodule: true
submodules: true
- run: swift test --enable-code-coverage
- run: echo "SWIFT_CODECOV_PATH=$(swift test --show-codecov-path)" >> $GITHUB_ENV
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 2c7e6ff

Please sign in to comment.