added GAME_LIMIT env variable to the github action file

This commit is contained in:
Djalim Simaila 2023-03-27 23:52:35 +02:00
parent 7d27561697
commit 1db11964ae

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}}