Skip to content

Commit

Permalink
amm this should work?
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Carmeli committed May 22, 2024
1 parent 515abcf commit 4aefd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collect-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Test and collect coverage
run: yarn workspace react-obsidian run test-coverage
- name: Copy coverage to root
run: cp -r packages/react-obsidian/coverage/* .
run: cp -r packages/react-obsidian/coverage/* ./coverage
- name: Create badge and publish to gh-pages
uses: nolleh/jest-badge-deploy-action@latest

0 comments on commit 4aefd64

Please sign in to comment.