Skip to content

Commit

Permalink
Disable email sending in e2e test execution on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Sep 13, 2024
1 parent 64a1cd8 commit b90c019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
DB_HOST: ${{ matrix.db-host }}
APP_DOMAIN: ".127.0.0.1"
COOKIE_SECURE: "false"
SMTP_ENABLED: "false"

- name: Install Playwright dependencies
working-directory: ./e2e
Expand Down

0 comments on commit b90c019

Please sign in to comment.