Skip to content

Commit 767fd8c

Browse files
committed
chore(action): update job meta
1 parent c92818e commit 767fd8c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ jobs:
1111
nodejs: [8, 10, 12]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313
steps:
14-
- uses: actions/checkout@master
15-
with:
16-
fetch-depth: 1
17-
14+
- uses: actions/checkout@v2
1815
- uses: actions/setup-node@v1
1916
with:
2017
node-version: ${{ matrix.nodejs }}
@@ -28,7 +25,7 @@ jobs:
2825
run: nyc npm test
2926

3027
- name: Report
31-
if: matrix.nodejs >= 12 && matrix.os == 'macOS-latest'
28+
if: matrix.nodejs >= 12 && matrix.os == 'ubuntu-latest'
3229
run: |
3330
nyc report --reporter=text-lcov > coverage.lcov
3431
bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)