Skip to content

Commit

Permalink
debug: enable artifact upload for success bench
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jul 11, 2024
1 parent a9b4d09 commit 2f8d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f8d66d

Please sign in to comment.