Skip to content

Commit

Permalink
test for ci #3036
Browse files Browse the repository at this point in the history
  • Loading branch information
emilschn committed Sep 17, 2024
1 parent 676c817 commit dc38282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Curl test
run: |
curl -i http://playwright:8080
curl -i http://localhost:8080
- uses: actions/setup-node@v4
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Run Playwright tests
run: npx playwright test
env:
PLAYWRIGHT_TEST_BASE_URL: http://playwright:8080
PLAYWRIGHT_TEST_BASE_URL: http://localhost:8080
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit dc38282

Please sign in to comment.