Skip to content

Commit 9cb31cc

Browse files
committed
fix: workflows/publish jobs.coverage.env
1 parent 75206fa commit 9cb31cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ jobs:
3232
coverage:
3333
needs: test
3434
name: Generate coverage
35-
runs-on: ubuntu-latest
35+
runs-on: ${{ matrix.os }}
36+
strategy:
37+
matrix:
38+
os: [ubuntu-latest]
3639
env:
37-
OS: ${{ runner.os }}
40+
OS: ${{ matrix.os }}
3841
NODE: 10
3942
steps:
4043
- name: Checkout code

0 commit comments

Comments
 (0)