Skip to content

Commit

Permalink
Kommenterer ut Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Jan 22, 2025
1 parent ba79d30 commit 73b4810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
run: |
bunx playwright install --with-deps
cp packages/server/.env.sample packages/server/.env
- name: Run playwright tests
if: inputs.SKIP_TESTS != true
run: bunx playwright test
# - name: Run playwright tests
# if: inputs.SKIP_TESTS != true
# run: bunx playwright test
- name: Upload static files to Nav CDN
uses: nais/deploy/actions/cdn-upload/v2@master
if: inputs.TEST_ONLY != true
Expand Down

0 comments on commit 73b4810

Please sign in to comment.