Skip to content

Commit

Permalink
build: update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbanugo committed Jul 22, 2022
1 parent 1531a83 commit 1e19d20
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -11,9 +11,10 @@ jobs:
node-version:
- 16
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: yarn
- run: cd test
- run: yarn run test

0 comments on commit 1e19d20

Please sign in to comment.