From 66cf0b904aeb6696ca91d799bbbb52fd2ac3681f Mon Sep 17 00:00:00 2001 From: Hartmut Date: Thu, 11 Jan 2024 22:51:28 +0100 Subject: [PATCH] ci: Improve naming of pipeline step --- .github/workflows/callable.integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/callable.integration-test.yml b/.github/workflows/callable.integration-test.yml index 75340af..12978a1 100644 --- a/.github/workflows/callable.integration-test.yml +++ b/.github/workflows/callable.integration-test.yml @@ -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: