Skip to content

Commit 812169e

Browse files
Fix wordings in publish test results step
1 parent 34eaff2 commit 812169e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ jobs:
3434
export KOTLIN_HOME="/usr"
3535
gradle clean build --no-daemon -PsemVer=${{ env.VERSION }}
3636
37-
- name: Publish Test Results
37+
- name: Publish test results
3838
uses: EnricoMi/publish-unit-test-result-action@v1
3939
if: always()
4040
with:
4141
files: "**/build/test-results/**/*.xml"
4242

4343
- name: Cache utbot-cli-${{ env.VERSION }}.jar
44-
if: ${{ github.event_name != 'pull_request' }}
4544
uses: actions/cache@v3
4645
with:
4746
path: utbot-cli/build/libs/utbot-cli-${{ env.VERSION }}.jar

0 commit comments

Comments
 (0)