Skip to content

Commit 4cc7e9d

Browse files
committed
ci: fixup fhc disable test grep
1 parent 04eb56b commit 4cc7e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$EXPECT_FLAKEHUB" == "true" ]; then
2020
grep 'Using cache' "${log}"
2121
else
2222
grep 'FlakeHub cache is disabled' "${log}" \
23-
|| grep 'FlakeHub cache initialization failed:' "${log}"
23+
|| grep 'FlakeHub: cache initialized failed' "${log}"
2424
fi
2525

2626
if [ "$EXPECT_GITHUB_CACHE" == "true" ]; then

0 commit comments

Comments
 (0)