Skip to content

Commit

Permalink
ci: fix e2e test run
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Aug 12, 2024
1 parent 98de725 commit 04f9393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
LOG_RELAY_ADDRESS: '127.0.0.1'
LOG_RELAY_PORT: '9871'
GAME_SERVER_SECRET: 'xxxxxx'
KEY_STORE_PASSPHRASE: ${{ secrets.AUTH_SECRET }}
STEAM_USERNAME: ${{ secrets.TEST_USER_USERNAME }}
STEAM_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
run: pnpm test:e2e
Expand Down

0 comments on commit 04f9393

Please sign in to comment.