Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 12, 2023
1 parent b54ad9c commit c6a1c85
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build_test_deploy_new.yml
Expand Up @@ -56,4 +56,18 @@ jobs:

- run: git clean -xdf test; git checkout test;

- run: node run-tests.js test/integration/production/test/index.test.js
- run: node run-tests.js --type development -c 5
name: Run development/ tests

- run: node run-tests.js --type production -c 5
name: Run production/ tests

- run: node run-tests.js --type e2e -c 5
name: Run e2e dev tests
env:
NEXT_TEST_MODE: 'dev'

- run: node run-tests.js --type e2e -c 5
name: Run e2e start tests
env:
NEXT_TEST_MODE: 'start'

0 comments on commit c6a1c85

Please sign in to comment.