Skip to content

Commit e442eeb

Browse files
committed
chore: Adjust test script
1 parent 4290ac8 commit e442eeb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

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

2121
- name: Install and Test
2222
run: |
23-
npm i @nx/nx-linux-x64-gnu
24-
npm clean-install
25-
npx playwright install chromium --with-deps
23+
npm ci
24+
npm run-script build
2625
cd packages/compas-open-scd
2726
npm run-script test

0 commit comments

Comments
 (0)