Disable token/js tests pending resolution of #332
This commit is contained in:
parent
c671fdcd3a
commit
5fccbc5ac8
13
ci/script.sh
13
ci/script.sh
|
@ -69,12 +69,13 @@ js_token() {
|
|||
time npm run flow || exit $?
|
||||
tsc module.d.ts || exit $?
|
||||
|
||||
npm run cluster:localnet || exit $?
|
||||
npm run localnet:down
|
||||
npm run localnet:update || exit $?
|
||||
npm run localnet:up || exit $?
|
||||
time npm run start || exit $?
|
||||
npm run localnet:down
|
||||
# TODO: Uncomment when resolving https://github.com/solana-labs/solana-program-library/issues/332
|
||||
# npm run cluster:localnet || exit $?
|
||||
# npm run localnet:down
|
||||
# npm run localnet:update || exit $?
|
||||
# npm run localnet:up || exit $?
|
||||
# time npm run start || exit $?
|
||||
# npm run localnet:down
|
||||
}
|
||||
_ js_token
|
||||
|
||||
|
|
Loading…
Reference in New Issue