Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit 80a5d29

Browse files
authored
Update test.yml
1 parent 32c7658 commit 80a5d29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
- run: |
18+
npm install
19+
env:
20+
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
1721
- run: |
1822
npm run all

0 commit comments

Comments
 (0)