Skip to content

Commit

Permalink
fix(github): updates reports path in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 10, 2023
1 parent f7eb69f commit f6a4031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Summary
if: always()
env:
REPORT_PATH: ${{ github.ref_name == 'main' && 'prod' || 'stg' }}
REPORT_PATH: ${{ github.ref_name == 'main' && 'prd' || 'stg' }}
run: |
cd _ci/backstop
FAIL_TABLE=$(./_utils/parse-report.sh ${{ vars.REPORTS_DOMAIN }} $REPORT_PATH)
Expand Down

0 comments on commit f6a4031

Please sign in to comment.