Skip to content

Commit

Permalink
chore: enable integration tests in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
teodora-sandu committed Jun 4, 2024
1 parent d23e75d commit c1359ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ jobs:

- name: Run unit tests
run: npm run test:unit

- name: Run integration tests
run: npm run test:integration

0 comments on commit c1359ea

Please sign in to comment.