diff options
author | nea <nea@nea.moe> | 2023-08-07 00:37:47 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2023-08-07 00:53:31 +0200 |
commit | 522ccba500b568c288b8eeabf959d2513e843128 (patch) | |
tree | 2969ee84f6077a5867a376c663c5b4cf62376bba /.github/workflows | |
parent | 1da07465b60a8e357373d7c3a3f764dfa4d5960b (diff) | |
download | skyhanni-522ccba500b568c288b8eeabf959d2513e843128.tar.gz skyhanni-522ccba500b568c288b8eeabf959d2513e843128.tar.bz2 skyhanni-522ccba500b568c288b8eeabf959d2513e843128.zip |
Fix workdir and always upload test results
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f404551d6..379f842d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,7 @@ jobs: run: ./gradlew test - uses: actions/upload-artifact@v3 name: "Upload test report" + if: ${{ !cancelled() }} with: name: "Test Results" path: build/reports/tests/test/ |