Skip to content

Commit 63412be

Browse files
authored
chore: only run testnet compat test in CI (#16348)
1 parent 4433c06 commit 63412be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yarn-project/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function test_cmds {
151151
echo "$hash cd yarn-project/kv-store && yarn test"
152152
echo "$hash cd yarn-project/ivc-integration && yarn test:browser"
153153

154-
if [ "$CI" -eq 0 ] || [[ "${TARGET_BRANCH:-}" == "master" || "${TARGET_BRANCH:-}" == "staging" ]]; then
154+
if [[ "${TARGET_BRANCH:-}" == "master" || "${TARGET_BRANCH:-}" == "staging" ]]; then
155155
echo "$hash yarn-project/scripts/run_test.sh aztec/src/testnet_compatibility.test.ts"
156156
fi
157157
}

0 commit comments

Comments
 (0)