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 04eb56b + 4cc7e9d commit 6f42c83Copy full SHA for 6f42c83
.github/workflows/cache-test.sh
@@ -20,7 +20,7 @@ if [ "$EXPECT_FLAKEHUB" == "true" ]; then
20
grep 'Using cache' "${log}"
21
else
22
grep 'FlakeHub cache is disabled' "${log}" \
23
- || grep 'FlakeHub cache initialization failed:' "${log}"
+ || grep 'FlakeHub: cache initialized failed' "${log}"
24
fi
25
26
if [ "$EXPECT_GITHUB_CACHE" == "true" ]; then
0 commit comments