Merge pull request #123 from ThomasRubini/actions
added GAME_LIMIT env variable to the github action file
This commit is contained in:
commit
38c29dea07
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
|
GAME_LIMIT: 100
|
||||||
FLASK_SECRET: ${{SECRETS.FLASK_SECRET}}
|
FLASK_SECRET: ${{SECRETS.FLASK_SECRET}}
|
||||||
DB_HOST: ${{SECRETS.DB_HOST}}
|
DB_HOST: ${{SECRETS.DB_HOST}}
|
||||||
DB_PORT: ${{SECRETS.DB_PORT}}
|
DB_PORT: ${{SECRETS.DB_PORT}}
|
||||||
|
Loading…
Reference in New Issue
Block a user