Skip to content

Commit

Permalink
Merge remote-tracking branch 'ashley/test'
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbinian Eckstein committed Jan 25, 2024
2 parents 69dba58 + a4c80b2 commit e6b3c65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
with:
node-version: 18
- name: Install dependencies
run: npm ci
run: npm install && npm ci
working-directory: ./niivue
- name: Start Webview
run: yarn start:webview &
- name: Install Playwright Browsers
run: npx playwright install --with-deps
working-directory: ./niivue
Expand Down

0 comments on commit e6b3c65

Please sign in to comment.