From 2c7e6ff8864c137c517fa0509ac43556d8233e2f Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Mon, 21 Dec 2020 19:43:59 +0900 Subject: [PATCH] fix typo submodule -> submodules --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 230628b..bd672f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 @@ -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