Skip to content

Commit

Permalink
cannot have run:/uses: directive in same job
Browse files Browse the repository at this point in the history
  • Loading branch information
j-l-s committed Sep 16, 2024
1 parent df6f8a4 commit 47c7246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ jobs:
run: ./gradlew clean assemble

- name: Gradle tests
run: ./gradlew test || /usr/bin/true

- name: Get test artifacts
uses: actions/upload-artifact@v4
with:
name: Package
path: build/reports/tests/test
run: ./gradlew test

- name: Final Step
id: ci-final-step
Expand Down

0 comments on commit 47c7246

Please sign in to comment.