ci: use yarn test:ci in integrity-check; remove redundant integrity.yml

This commit is contained in:
Frostebite
2025-09-04 23:20:33 +01:00
parent 016692526b
commit 12b6aaae61
2 changed files with 1 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ jobs:
node-version: '18'
- run: yarn
- run: yarn lint
- run: yarn test --coverage
- run: yarn test:ci --coverage
- run: bash <(curl -s https://codecov.io/bash)
- run: yarn build || { echo "build command should always succeed" ; exit 61; }
# - run: yarn build --quiet && git diff --quiet dist || { echo "dist should be auto generated" ; git diff dist ; exit 62; }