We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 280c5f5 + 985b446 commit dac3f14Copy full SHA for dac3f14
yarn-project/bootstrap.sh
@@ -155,7 +155,7 @@ function test_cmds {
155
echo "$hash cd yarn-project/kv-store && yarn test"
156
echo "$hash cd yarn-project/ivc-integration && yarn test:browser"
157
158
- if [[ "${TARGET_BRANCH:-}" == "master" || "${TARGET_BRANCH:-}" == "staging" ]]; then
+ if [[ "${TARGET_BRANCH:-}" =~ ^v[0-9]+$ ]]; then
159
echo "$hash yarn-project/scripts/run_test.sh aztec/src/testnet_compatibility.test.ts"
160
fi
161
}
0 commit comments