From 1db11964aeeed5467ecbba8a001ff5ee9bbdeba9 Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Mon, 27 Mar 2023 23:52:35 +0200 Subject: [PATCH] added GAME_LIMIT env variable to the github action file --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f32c6b5..6e25c53 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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}}