Skip to content

Commit

Permalink
fix: upload coverage artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed May 27, 2024
1 parent b127928 commit 763a768
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tics-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Install
run: yarn install --immutable
- run: yarn test --coverage.enabled true
- name: Upload coverage report
if: always()
uses: actions/upload-artifact@v4
with:
name: juju-dashboard-coverage
path: coverage
- name: Produce TICS report
shell: bash
run: |
Expand Down

0 comments on commit 763a768

Please sign in to comment.