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

Commit

Permalink
fix: Update pipelines.
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Dec 16, 2023
1 parent 35bf0a1 commit bffcae6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'true'
token: ${{ secrets.PLUTO_GITHUB }}

- name: Setup Node.js
uses: actions/setup-node@v3
Expand All @@ -40,8 +41,20 @@ jobs:
run: |
npm ci
npm run coverage
npm run docs
- name: Coverage Comment
uses: MishaKav/jest-coverage-comment@v1.0.23
with:
coverage-summary-path: packages/database/coverage/coverage-summary.json

- uses: stefanzweifel/git-auto-commit-action@v5
env:
GH_TOKEN: ${{ secrets.PLUTO_GITHUB }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
push_options: '--force'
commit_message: "chore(docs): Rebuild docs [skip ci]"
commit_author: Javier Ribó <elribonazo@gmail.com>
commit_user_name: Javier Ribó
commit_user_email: elribonazo@gmail.com

0 comments on commit bffcae6

Please sign in to comment.