Skip to content

Commit dac3f14

Browse files
authored
chore: enable testnet-compatibility test when targeting v2 (#17196)
backport of bootstrap changes in #17195 Related A-82
2 parents 280c5f5 + 985b446 commit dac3f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/bootstrap.sh

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

158-
if [[ "${TARGET_BRANCH:-}" == "master" || "${TARGET_BRANCH:-}" == "staging" ]]; then
158+
if [[ "${TARGET_BRANCH:-}" =~ ^v[0-9]+$ ]]; then
159159
echo "$hash yarn-project/scripts/run_test.sh aztec/src/testnet_compatibility.test.ts"
160160
fi
161161
}

0 commit comments

Comments
 (0)