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.
1 parent fb91b19 commit 27ba1c1Copy full SHA for 27ba1c1
github-actions/bazel/configure-remote/index.ts
@@ -35,7 +35,7 @@ async function main() {
35
36
if (bazelRcPath) {
37
let content = await readFileGracefully(bazelRcPath);
38
- content += `\nbuild --config=${configMode}`;
+ content += ['', `build --config=${configMode}`, 'test --flaky_test_attempts=3'].join('\n');
39
if (trustedBuild) {
40
content += `\nbuild --config=trusted-build`;
41
}
0 commit comments