Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
merge ci task
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 16, 2023
1 parent 144ac4b commit 358b3c3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,14 @@ jobs:
git_commit_gpgsign: true

- name: CI TASK
uses: MishaKav/jest-coverage-comment@v1.0.23
with:
coverage-summary-path: packages/database/coverage/coverage-summary.json
env:
GH_TOKEN: ${{ secrets.PLUTO_GITHUB }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
CI: true
run: |
npm ci
chmod +x coverage.sh
./coverage.sh
- name: Coverage Comment
uses: MishaKav/jest-coverage-comment@v1.0.23
with:
coverage-summary-path: packages/database/coverage/coverage-summary.json
./coverage.sh

0 comments on commit 358b3c3

Please sign in to comment.