Skip to content

Commit 9f0466e

Browse files
committed
Bugfix: set APP_ENV: development in ci.yml, so cookies can be sent via HTTP in tht test environment, contrary to production
1 parent c45a0e4 commit 9f0466e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
DB_PASSWORD: ${{ secrets.TEST_DB_PASSWORD }}
3131
DB_NAME: ${{ secrets.TEST_DB_NAME }}
3232
SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
33+
APP_ENV: development
3334

3435
steps:
3536
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)