Skip to content

Commit

Permalink
fix(snapshots): [BLA-772] Enable visual regression on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
swethab184 committed May 29, 2024
1 parent d6e0fc7 commit b7eb949
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
with:
node_version: 18

# visual_tests:
# name: Visual Regression Tests
# needs: [ validations ]
# if: ${{ !(contains(github.event.head_commit.message, 'chore') || contains(github.event.head_commit.message, 'ci')) }}
# uses: ./.github/workflows/visual-test.yml
# with:
# node_version: 18
visual_tests:
name: Visual Regression Tests
needs: [ validations ]
if: ${{ !(contains(github.event.head_commit.message, 'chore') || contains(github.event.head_commit.message, 'ci')) }}
uses: ./.github/workflows/visual-test.yml
with:
node_version: 18

deploy_docker_image:
name: Deploy Docker Image
Expand Down

0 comments on commit b7eb949

Please sign in to comment.