[wip] don't merge
Speed up the dev checks so we can test schutzbot quicker
This commit is contained in:
parent
47c8b7e752
commit
eb16743df8
1 changed files with 14 additions and 14 deletions
28
.github/workflows/dev-checks.yml
vendored
28
.github/workflows/dev-checks.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue