Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Jan 22, 2025
1 parent 7b141aa commit b2be5c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/waspc-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
run: |
cd examples/todoApp
# Runs the tests with the debug flag so that we can see Wasp output
DEBUG=pw:webserver npx playwright test
DEBUG=pw:webserver npx playwright test --config headless-tests/
- name: Run e2e tests
run: cabal test e2e-test
Expand Down
2 changes: 1 addition & 1 deletion headless-tests-runner/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules/
test-results/
test-results/
2 changes: 1 addition & 1 deletion waspc/examples/todoApp/.env.server.headless
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ DISCORD_CLIENT_ID='dummy-discord-client-id'

MY_ENV_VAR=123

SKIP_EMAIL_VERIFICATION_IN_DEV=true
SKIP_EMAIL_VERIFICATION_IN_DEV=true
2 changes: 1 addition & 1 deletion waspc/examples/todoApp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ node_modules/

# Headless tests
!.env.*.headless
test-results/
test-results/

0 comments on commit b2be5c6

Please sign in to comment.