Skip to content

Commit

Permalink
chore: Have verify action to wait on visual tests [skip release] (#1385)
Browse files Browse the repository at this point in the history
For a more accurate verify process, I've added `visual-testing` to the verify step as a dependency.

[category:Infrastructure]
  • Loading branch information
mannycarrera4 authored Dec 8, 2021
1 parent 6c78b25 commit ede1af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
appCode: dlpro96xybh
storybookBuildDir: docs
exitOnceUploaded: true
exitOnceUploaded: false
exitZeroOnChanges: true

integration-test:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

verify:
runs-on: ubuntu-latest
needs: ['check', 'integration-test']
needs: ['check', 'integration-test', 'visual-test']
steps:
- name: Done
run: echo "Done"

0 comments on commit ede1af1

Please sign in to comment.