Skip to content

Commit

Permalink
ci: add integration test step to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 30, 2024
1 parent 0aa1b1d commit caf4bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
run: npm run test:unit

- uses: ./.github/actions/playwright-setup
- name: Run integration tests
run: npm run test:integration
- name: Run acceptance tests
run: npm run test:acceptance:ci

Expand Down

0 comments on commit caf4bc3

Please sign in to comment.