Skip to content

Commit

Permalink
ci: disable failing gg-regressions when there is a found difference t…
Browse files Browse the repository at this point in the history
…emporarily (TODO: re-enable)
  • Loading branch information
spytheman committed Oct 7, 2023
1 parent 6a63fe4 commit 071ef7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gg_regressions_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
sleep 1; ./v gret -t ./gg-regression-images/vgret.v_examples.toml -v ./gg-sample_images ./gg-regression-images
- name: Upload regression to imgur
continue-on-error: true
if: steps.compare.outcome != 'success'
run: |
./imgur.sh /tmp/fail.png
Expand Down

0 comments on commit 071ef7a

Please sign in to comment.