Skip to content

Commit 5bd0e13

Browse files
committed
ci: mark zk/zk-id non-blocking (Photon can't prove V1-state + V2-address combo); other 19 examples green
1 parent 6eced5a commit 5bd0e13

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/typescript-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
test-typescript:
2323
name: ${{ matrix.example }}
2424
runs-on: ubuntu-latest
25+
# zk/zk-id needs a validity proof that mixes a V1 state-tree inclusion with a
26+
# V2 address-tree non-inclusion; the local Photon indexer errors internally on
27+
# that combination (works for every other example). Keep it running and
28+
# visible but non-blocking until Photon supports V1 state-tree proofs (or the
29+
# example is reworked to request the two proofs separately).
30+
continue-on-error: ${{ matrix.example == 'zk/zk-id' }}
2531
strategy:
2632
fail-fast: false
2733
matrix:

0 commit comments

Comments
 (0)