Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 19, 2023
1 parent f7d7a68 commit c1ddf59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ jobs:
- name: Install examples
run: npm run install:examples

- name: Run integration test
run: npm run test:integration
- name: Run integration test (CRA)
run: npm run test:cra

- name: Run integration test (NextJS)
run: npm run test:nextjs

0 comments on commit c1ddf59

Please sign in to comment.