From 2f8d66dc0880a8b986beaf33579702863e117c93 Mon Sep 17 00:00:00 2001 From: Alexande B Date: Thu, 11 Jul 2024 09:14:12 +0200 Subject: [PATCH] debug: enable artifact upload for success bench --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a920a5..31978dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: script: | adb uninstall com.hcaptcha.sdk.bench.test || true ./gradlew benchmark:connectedReleaseAndroidTest - - if: failure() + - if: always() uses: actions/upload-artifact@v4 with: name: androidTest-benchmark-results