Merge pull request #123 from ThomasRubini/actions

added GAME_LIMIT env variable to the github action file
This commit is contained in:
Djalim Simaila 2023-03-27 23:53:45 +02:00 committed by GitHub
commit 38c29dea07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ jobs:
- name: Run tests
env:
GAME_LIMIT: 100
FLASK_SECRET: ${{SECRETS.FLASK_SECRET}}
DB_HOST: ${{SECRETS.DB_HOST}}
DB_PORT: ${{SECRETS.DB_PORT}}