Skip to content

Commit

Permalink
Yet another try to fix github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson authored Jun 10, 2024
1 parent 16c767a commit 11aef01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lxl-web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install lxljs dependency
run: npm ci
working-directory: ./lxljs
- name: Install dependencies
run: npm ci install
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 11aef01

Please sign in to comment.