mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: shell once
This commit is contained in:
parent
a577d1e484
commit
b54b34060f
1 changed files with 0 additions and 6 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue