Skip to content

Commit

Permalink
Change the non-existent test command to unit and e2e in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapelianovych committed Jan 13, 2024
1 parent 6cc73cd commit c0ed4f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm i
- run: npm run lint
- run: npm test
- run: npm run test:unit
- run: npm run test:e2e -- --headless

0 comments on commit c0ed4f9

Please sign in to comment.