Skip to content

Commit f3a6d68

Browse files
chore: enable NextJS integration tests
1 parent 1845b43 commit f3a6d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- name: Run integration test (CRA)
6161
run: npm run test:cra
6262

63-
# - name: Run integration test (NextJS)
64-
# run: npm run test:nextjs
63+
- name: Run integration test (NextJS)
64+
run: npm run test:nextjs
6565

6666
# - name: Run integration test (Gatsby)
6767
# run: npm run test:gatsby

0 commit comments

Comments
 (0)