actions: update testing workflow
npm run build is niet nodig om te testen
This commit is contained in:
parent
641266f0fe
commit
08d4599664
1 changed files with 0 additions and 1 deletions
1
.github/workflows/testing.yml
vendored
1
.github/workflows/testing.yml
vendored
|
@ -29,5 +29,4 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
|
||||||
- run: npm run test:unit
|
- run: npm run test:unit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue