Skip to content

Commit

Permalink
ci: Now testing across the matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Jan 18, 2021
1 parent 3a4bb96 commit cafed76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
ci-linux:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 2 additions & 1 deletion ci/github-actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"node-version": "${{ matrix.node }}"
}
},
{ "run": "npm install" }
{ "run": "npm install" },
{ "run": "npm test" }
]
},
"ci-linux": {
Expand Down

0 comments on commit cafed76

Please sign in to comment.