Skip to content

Commit

Permalink
Fix coverage workflow (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi authored Sep 21, 2023
1 parent 2864acd commit e300bc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
branches:
- main
paths:
- packages/@theemo
- 'packages/@theemo/**'

jobs:
coverage:
runs-on: ubuntu-latest

steps:
- uses: wyvox/action@v1
- run: pnpm build
- name: Collect Coverage and Submit to CodeClimate
uses: paambaati/[email protected]
env:
Expand Down

0 comments on commit e300bc3

Please sign in to comment.