Skip to content

Commit

Permalink
run same steps as circle
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 18, 2023
1 parent 9d70179 commit 145a7d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}

- run: nom ci
- run: npm run install:example
- run: npm run build
- run: npm run build:test
- run: npm test
Expand Down

0 comments on commit 145a7d0

Please sign in to comment.