actions: update testing workflow

npm run build is niet nodig om te testen
This commit is contained in:
Timo De Meyst 2025-03-18 10:57:58 +01:00
parent 641266f0fe
commit 08d4599664

View file

@ -29,5 +29,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run test:unit