Skip to content

Commit

Permalink
ci: πŸ’š fix artifact downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasoares committed May 27, 2024
1 parent 7c24afa commit 50158f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: dorny/test-reporter@v1
with:
name: rspec
path: spec/reports
path: spec/reports/*.json
artifact: test-results
reporter: rspec-json

Expand All @@ -34,6 +34,7 @@ jobs:
with:
name: code-coverage
path: coverage
run-id: ${{ github.event.workflow_run.id }}

- uses: paambaati/codeclimate-action@v6
env:
Expand Down

0 comments on commit 50158f8

Please sign in to comment.