Skip to content

Commit

Permalink
fix: add playwright install to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz committed Oct 19, 2024
1 parent 98aaf90 commit d649b53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
with:
node-version: "18.x"

- name: Install Playwright
run: npx playwright install

- name: Install and Test OpenSCD
run: |
npm i @nx/nx-linux-x64-gnu
Expand Down

0 comments on commit d649b53

Please sign in to comment.