Skip to content

Commit

Permalink
fix: remove build step from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ritesh404 committed Dec 3, 2020
1 parent 33fee9f commit dbce76e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm build --if-present
- run: npm test

0 comments on commit dbce76e

Please sign in to comment.