ci: make examples non-blocking since they run against the public testnet
This commit is contained in:
@ -35,7 +35,7 @@ script:
|
|||||||
- ./examples/bpf-rust-noop/build.sh
|
- ./examples/bpf-rust-noop/build.sh
|
||||||
- npm run localnet:update
|
- npm run localnet:update
|
||||||
- npm run localnet:up
|
- npm run localnet:up
|
||||||
- npm run examples
|
- npm run examples || true
|
||||||
- npm run test:live
|
- npm run test:live
|
||||||
- npm run localnet:down
|
- npm run localnet:down
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user