Skip to content

Commit

Permalink
fixup! ci: actions: language awareness in ui reports
Browse files Browse the repository at this point in the history
[skip_ci]
  • Loading branch information
mmilata committed Mar 22, 2024
1 parent e533df5 commit c70a30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/ui-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
- name: Upload report
run: |
aws s3 sync ${{ github.run_id }} s3://data.trezor.io/dev/firmware/ui_report/${{ github.run_id }}
echo "[UI test report](https://data.trezor.io/dev/firmware/ui_report/${{ github.run_id }}/${{ inputs.model }}-${{ inputs.lang }}-${{ github.job }}/index.html)" >> $GITHUB_STEP_SUMMARY
shell: sh
- name: Upload test screen recording
run: |
Expand Down

0 comments on commit c70a30d

Please sign in to comment.