You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHROME_VERSION_MISMATCH_MESSAGE: "The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass."
26
+
CHROME_VALIDATED_VERSION: linux-132.0.6834.190
27
+
CHROME_VERSION_MISMATCH_MESSAGE: "The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass, or rollback the installed Chrome version if tests fail."
28
28
artifactRetentionDays: 14
29
29
# Bump Node memory limit
30
30
NODE_OPTIONS: "--max_old_space_size=4096"
@@ -119,13 +119,9 @@ jobs:
119
119
npx @puppeteer/browsers install chrome@stable
120
120
chromeVersionString=$(ls chrome)
121
121
if [ "$CHROME_VALIDATED_VERSION" != "$chromeVersionString" ]; then
122
-
echo "::warning ::The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass."
0 commit comments