From b54b34060f077e7a27246f979a0a7cd56af1ea50 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Mon, 20 May 2024 23:35:28 +0700 Subject: [PATCH] fix: shell once --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3873133..4516c3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,6 @@ jobs: os: alpine verbose: true token: ${{ secrets.CODECOV_TOKEN }} - shell: alpine.sh {0} - name: Upload coverage to Codecov (demo) uses: ./ with: @@ -93,7 +92,6 @@ jobs: os: alpine verbose: true token: ${{ secrets.CODECOV_TOKEN }} - shell: alpine.sh {0} - name: Upload coverage to Codecov (version) uses: ./ with: @@ -106,7 +104,6 @@ jobs: version: v0.6.0 verbose: true token: ${{ secrets.CODECOV_TOKEN }} - shell: alpine.sh {0} run-alpine-aarch64: runs-on: ubuntu-latest @@ -145,7 +142,6 @@ jobs: os: alpine-arm64 verbose: true token: ${{ secrets.CODECOV_TOKEN }} - shell: alpine.sh {0} - name: Upload coverage to Codecov (demo) uses: ./ with: @@ -157,7 +153,6 @@ jobs: os: alpine-arm64 verbose: true token: ${{ secrets.CODECOV_TOKEN }} - shell: alpine.sh {0} - name: Upload coverage to Codecov (version) uses: ./ with: @@ -170,7 +165,6 @@ jobs: version: v0.6.0 verbose: true token: ${{ secrets.CODECOV_TOKEN }} - shell: alpine.sh {0} run-macos-latest-xlarge: if: github.head.repo.full_name == 'codecov/codecov-action'