added GAME_LIMIT env variable to the github action file
This commit is contained in:
parent
7d27561697
commit
1db11964ae
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user