Skip to content

Commit

Permalink
ci: Updating to collect more data for windowsci.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Oct 26, 2021
1 parent e1a0636 commit 294b87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm config list -l
- run: npm install
- run: npm test
coverage:
Expand Down
1 change: 1 addition & 0 deletions ci/github-actions.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"node-version": "${{ matrix.node }}"
}
},
{ "run": "npm config list -l" },
{ "run": "npm install" },
{ "run": "npm test" }
]
Expand Down

0 comments on commit 294b87d

Please sign in to comment.