[wip] don't merge

Speed up the dev checks so we can test schutzbot quicker
This commit is contained in:
Gianluca Zuccarelli 2025-06-27 11:42:32 +01:00
parent 47c8b7e752
commit eb16743df8

View file

@ -24,17 +24,17 @@ jobs:
run: npm run api:generate && [ -z "$(git status --porcelain=v1 2>/dev/null)" ] && echo "✓ No manual API changes." || echo "✗ API manually changed, please refer to the README for the procedure to follow for programmatically generated API endpoints." && [ -z "$(git status --porcelain=v1 2>/dev/null)" ]
- name: Check for circular dependencies
run: npm run circular
- name: Run build
run: npm run build
- name: Run lint check
run: npm run lint
- name: Run unit tests
run: npm run test:coverage
- name: Run unit tests with cockpit
run: npm run test:cockpit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/junit.xml
verbose: true
# - name: Run build
# run: npm run build
# - name: Run lint check
# run: npm run lint
# - name: Run unit tests
# run: npm run test:coverage
# - name: Run unit tests with cockpit
# run: npm run test:cockpit
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage/junit.xml
# verbose: true