Skip to content

Commit

Permalink
modified: .github/workflows/pytest-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Mar 20, 2024
1 parent 73c192f commit 0e8fdd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
name: Setup Enviornment and Run Tests
runs-on: [self-hosted, "hetzner"]
if: github.repository_owner == 'Bot-detector'
env:
ENV: "DVP"
DATABASE_URL: "mysql+aiomysql://root:root_bot_buster@mysql:3306/playerdata"
KAFKA_HOST: "localhost:9092"
POOL_RECYCLE: 60
POOL_TIMEOUT: 30
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0e8fdd4

Please sign in to comment.