Skip to content

Commit

Permalink
ci: Improve naming of pipeline step
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmut-co-uk committed Jan 11, 2024
1 parent d00b106 commit 66cf0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callable.integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run integration tests
run: ./gradlew intTest -x test --no-daemon

- name: Publish Test Report
- name: Publish Integration Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
with:
Expand Down

0 comments on commit 66cf0b9

Please sign in to comment.