Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed Sep 2, 2023
1 parent c238424 commit 4103ed5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-nye-julianjark.no.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Playwright Tests
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
branches: "*"
defaults:
run:
working-directory: apps/nye-julianjark.no
Expand All @@ -17,7 +15,7 @@ jobs:
with:
node-version: 20
- name: Install dependencies
run: npm ci
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 4103ed5

Please sign in to comment.