Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davikstone2 committed Nov 30, 2023
1 parent 170db83 commit f8f0669
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Install packages
- run: npm install
- name: Deploy node
- run: npm run go
- name: Deploy Application
run: npm run go
- name: Install Playwright Browsers
run: npx playwright install --with-deps
working-directory: tests
Expand Down

0 comments on commit f8f0669

Please sign in to comment.