Skip to content

Commit 2b24d12

Browse files
committed
chore: Fix test and deploy
1 parent e442eeb commit 2b24d12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-and-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515

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

0 commit comments

Comments
 (0)