Skip to content

Commit

Permalink
trying 3
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt95 committed Jan 19, 2024
1 parent c72a1f2 commit bc3dacd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
with:
node-version: 18
- name: Install dependencies
working-directory: frontend/testing/playwright
run: yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: yarn playwright-e2e
env:
PLAYWRIGHT_TEST_BASE_URL: local
PLAYWRIGHT_TEST_BASE_URL: 'https://dev.altinn.studio'
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit bc3dacd

Please sign in to comment.