Skip to content

Commit 605d801

Browse files
committed
ci: ggcp debug
1 parent 55f1502 commit 605d801

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ jobs:
110110
env:
111111
GIT_COMMITTER_NAME: ${{ vars.GIT_COMMITTER_NAME }}
112112
GIT_COMMITTER_EMAIL: ${{ vars.GIT_COMMITTER_EMAIL }}
113+
DEBUG: true
113114
run: |
114115
npx ggcp target/coverage/lcov.info target/coverage/${{ github.sha }}.lcov.info
115-
npx ggcp --base-from target/coverage "*.info" https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/coverage --message='chore: add coverage for ${{ github.sha }}'
116+
npx ggcp --base-from="target/coverage" "*.info" https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/coverage --message='chore: add coverage for ${{ github.sha }}'
116117
npx ggcp target/docs https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/gh-pages --message='chore: update docs'
117118
118119
smoke-node:

0 commit comments

Comments
 (0)