Skip to content

Commit

Permalink
test(pipeline): [BLA-SCOUT] Fix the github action for the visual regr…
Browse files Browse the repository at this point in the history
…ession test
  • Loading branch information
vishwapriya committed Jan 30, 2025
1 parent 8b38c3b commit a4002bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/visual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -37,11 +37,11 @@ jobs:
- name: Start Containers
run: docker-compose up --abort-on-container-exit --build

- name: Upload visual test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: visual-regression-differences
path: ./packages/core-components/__snapshots__/__diff_output__
retention-days: 10
retention-days: 10

0 comments on commit a4002bd

Please sign in to comment.