Skip to content

Commit

Permalink
chore: Fix test and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Dec 5, 2024
1 parent e442eeb commit 2b24d12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:

- name: Install and Test OpenSCD
run: |
npm i @nx/nx-linux-x64-gnu
npm clean-install
npx playwright install chromium --with-deps
npm ci
npm run-script build
cd packages/compas-open-scd
npm run-script test

0 comments on commit 2b24d12

Please sign in to comment.