Skip to content

Commit

Permalink
ci: add e2e test env
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Jul 30, 2024
1 parent ee29779 commit 58475be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ jobs:
run: npx playwright install --with-deps

- name: Run Playwright tests
env:
WEBSITE_URL: 'http://localhost:3000'
MONGODB_URI: 'mongodb://localhost:27017/tf2pickup'
STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}
QUEUE_CONFIG: '6v6'
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
THUMBNAIL_SERVICE_URL: 'https://mapthumbnails.tf2pickup.org'
LOG_RELAY_ADDRESS: 'host.docker.internal'
LOG_RELAY_PORT: '9871'
GAME_SERVER_SECRET: 'xxxxxx'
run: pnpm test:e2e

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 58475be

Please sign in to comment.