We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b9f6db + 63412be commit 70fc9a2Copy full SHA for 70fc9a2
1 file changed
yarn-project/bootstrap.sh
@@ -151,7 +151,7 @@ function test_cmds {
151
echo "$hash cd yarn-project/kv-store && yarn test"
152
echo "$hash cd yarn-project/ivc-integration && yarn test:browser"
153
154
- if [ "$CI" -eq 0 ] || [[ "${TARGET_BRANCH:-}" == "master" || "${TARGET_BRANCH:-}" == "staging" ]]; then
+ if [[ "${TARGET_BRANCH:-}" == "master" || "${TARGET_BRANCH:-}" == "staging" ]]; then
155
echo "$hash yarn-project/scripts/run_test.sh aztec/src/testnet_compatibility.test.ts"
156
fi
157
}
0 commit comments