We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34eaff2 commit 812169eCopy full SHA for 812169e
.github/workflows/build-and-run-tests.yml
@@ -34,14 +34,13 @@ jobs:
34
export KOTLIN_HOME="/usr"
35
gradle clean build --no-daemon -PsemVer=${{ env.VERSION }}
36
37
- - name: Publish Test Results
+ - name: Publish test results
38
uses: EnricoMi/publish-unit-test-result-action@v1
39
if: always()
40
with:
41
files: "**/build/test-results/**/*.xml"
42
43
- name: Cache utbot-cli-${{ env.VERSION }}.jar
44
- if: ${{ github.event_name != 'pull_request' }}
45
uses: actions/cache@v3
46
47
path: utbot-cli/build/libs/utbot-cli-${{ env.VERSION }}.jar
0 commit comments