Skip to content

Commit

Permalink
Update test-workflow.yml again, know with a proper upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
Srdjan-V committed Apr 24, 2024
1 parent 93d39f1 commit f151f69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Run tests
run: ./gradlew test
run: ./gradlew check

- name: Upload build reports
- name: Upload plugin build reports
if: always()
uses: actions/upload-artifact@v3
with:
name: build-reports-${{ matrix.os }}
path: build/reports/
path: plugin/build/reports/

0 comments on commit f151f69

Please sign in to comment.