There was an error while loading. Please reload this page.
1 parent 6eced5a commit 5bd0e13Copy full SHA for 5bd0e13
1 file changed
.github/workflows/typescript-tests.yml
@@ -22,6 +22,12 @@ jobs:
22
test-typescript:
23
name: ${{ matrix.example }}
24
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' }}
31
strategy:
32
fail-fast: false
33
matrix:
0 commit comments