Skip to content

Commit

Permalink
Expose redis port locally in playwright workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Sep 29, 2024
1 parent 737dfd6 commit 3dac052
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 6379:6379
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4
Expand All @@ -42,9 +44,6 @@ jobs:

- name: Run Playwright tests
run: npx playwright test
env:
BIG_BROWSER_DATABASE_URL: redis://redis:6379/1
BIG_BROWSER_PORT: 3001

# https://github.com/actions/upload-artifact
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3dac052

Please sign in to comment.