Skip to content

Commit

Permalink
no need to report code coverage right now
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Jan 20, 2025
1 parent 21c2c62 commit 942b4a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- run: mkdir -p ~/.local/bin
- run: curl -L https://github.com/apache/incubator-openwhisk-cli/releases/download/latest/OpenWhisk_CLI-latest-linux-amd64.tgz | tar xz -C ~/.local/bin
- run: npm run lint
- run: npm run test:unit
- run: npm run report-coverage
- run: npm run test:coverage
- run: bash deploy.sh lookup && bash deploy.sh setgithubcheck && bash deploy.sh checker && bash deploy.sh signwebhook
# - run: npm run test:integration, add this back later
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 942b4a0

Please sign in to comment.