Skip to content

Commit

Permalink
Merge pull request #356 from montehurd/fix-push-action
Browse files Browse the repository at this point in the history
Fix push action fail on screenshot comparison fail
  • Loading branch information
montehurd authored Jul 12, 2024
2 parents 87283e0 + f15a18f commit 43f1a73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
name: Lint, test, and run visual regression tests
runs-on: ubuntu-latest
timeout-minutes: 20
env:
CLONE_DEPTH: 1
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand All @@ -28,5 +26,8 @@ jobs:
run: npm ci
- name: Run visual regression
shell: 'script -q -e -c "bash {0}"'
env:
SCENARIO_FILTER: "Skip all scenarios"
NONINTERACTIVE: 1
run: |
script -e -c "./pixel.js reference && ./pixel.js test"
script -e -c "./pixel.js runAll --priority 3"

0 comments on commit 43f1a73

Please sign in to comment.