Skip to content

Commit

Permalink
fix: update project CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
zluuba committed Aug 9, 2023
1 parent 6e50ef3 commit fba624b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/project-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
cache: 'npm'
- run: make install
- run: make lint
# - run: make test
# - name: Test & publish code coverage
# uses: paambaati/[email protected]
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
# with:
# coverageCommand: make test-coverage
# debug: true
- run: make test
- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: make test-coverage
debug: true

0 comments on commit fba624b

Please sign in to comment.