Skip to content

Commit 680cd41

Browse files
authored
Merge pull request #2691 from brandonpage/fix-nighlty-test-reporting
Fix nightly test reporting.
2 parents 70a65b1 + e5584bb commit 680cd41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
mv firebase_${PR_API_VERSION} firebase
141141
- name: Test Report
142142
uses: mikepenz/action-junit-report@v5
143-
if: ${{ inputs.is_pr }}
143+
if: success() || failure()
144144
with:
145145
check_name: ${{ inputs.lib }} Test Results
146146
job_name: ${{ inputs.lib }} Test Results

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Salesforce.com Mobile SDK for Android
2-
[![CircleCI](https://circleci.com/gh/forcedotcom/SalesforceMobileSDK-Android/tree/dev.svg?style=svg)](https://circleci.com/gh/forcedotcom/workflows/SalesforceMobileSDK-Android/tree/dev)
2+
[![Tests](https://github.com/forcedotcom/SalesforceMobileSDK-Android/actions/workflows/nightly.yaml/badge.svg?branch=dev)](https://github.com/forcedotcom/SalesforceMobileSDK-Android/actions/workflows/nightly.yaml)
33
[![Known Vulnerabilities](https://snyk.io/test/github/forcedotcom/SalesforceMobileSDK-Android/badge.svg)](https://snyk.io/test/github/forcedotcom/SalesforceMobileSDK-Android)
44
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/forcedotcom/SalesforceMobileSDK-Android?sort=semver)
55

0 commit comments

Comments
 (0)