Skip to content

Commit 7d338aa

Browse files
fix: debug vp check diff in CI, disable fail-fast
1 parent 5bb9e45 commit 7d338aa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
cache: true
2828

2929
- name: Format check
30-
run: vp check
30+
run: |
31+
vp check || (echo "--- vp check --fix diff ---" && vp check --fix && git diff && exit 1)
3132
3233
- name: Lint
3334
run: vp lint
@@ -40,7 +41,7 @@ jobs:
4041
runs-on: ${{ matrix.os }}
4142
continue-on-error: ${{ matrix.experimental }}
4243
strategy:
43-
fail-fast: true
44+
fail-fast: false
4445
matrix:
4546
os: [ubuntu-latest, macos-latest, windows-latest]
4647
experimental: [false]

0 commit comments

Comments
 (0)