Skip to content

Commit

Permalink
Output result to Github Actions job page
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Nov 1, 2024
1 parent 8b99831 commit 8f28766
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/testrail-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
# Focus for iOS: 27
# Firefox for Android: 13
# Focus for Android:48
STORAGE_URL_PREFIX: https://storage.googleapis.com

jobs:
test:
Expand Down Expand Up @@ -75,4 +76,9 @@ jobs:
uses: google-github-actions/upload-cloud-storage@v2
with:
path: ${{ env.DEFAULT_DIR }}/${{ env.filename }}.tgz
destination: ${{ env.BUCKET }}
destination: ${{ env.BUCKET }}

- name: Output URL to Github Actions job page
run: |
echo "[Download CSV files](${{ env.STORAGE_URL_PREFIX }}/${{ env.BUCKET }}/${{ env.filename }}.tgz)" >> $GITHUB_STEP_SUMMARY
echo "[TestRail configuration file](https://github.com/mozilla-mobile/testops-tools/blob/main/backup-tools/testrail-import.cfg)" >> $GITHUB_STEP_SUMMARY

0 comments on commit 8f28766

Please sign in to comment.