Skip to content

Commit

Permalink
ci(vrt): update all flags check to read from correct runner (#5104)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Oct 10, 2024
1 parent 49b6ce3 commit 0083642
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ jobs:
with:
name: vrt-all-flags
path: playwright-report
- name: check vrt-runner job status
if: ${{ needs.vrt-runner.result == 'failure' }}
- name: check vrt-runner-all-flags job status
if: ${{ needs.vrt-runner-all-flags.result == 'failure' }}
run: exit 1

aat-runner:
Expand Down Expand Up @@ -405,8 +405,8 @@ jobs:
with:
name: axe-all-flags
path: playwright-report
- name: Check aat-runner job status
if: ${{ needs.aat-runner.result == 'failure' }}
- name: Check aat-runner-all-flags job status
if: ${{ needs.aat-runner-all-flags.result == 'failure' }}
run: exit 1

build-components-json:
Expand Down

0 comments on commit 0083642

Please sign in to comment.