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
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
120
-
# when setting up the repo
121
-
- name: install Chrome stable
122
-
run: |
123
-
npx @puppeteer/browsers install chrome@stable
124
-
chromeVersionString=$(ls chrome)
125
-
if [ "$CHROME_VALIDATED_VERSION" != "$chromeVersionString" ]; then
126
-
echo "::warning ::The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass."
127
-
echo "::warning ::Previously validated version: ${CHROME_VALIDATED_VERSION} vs. Installed version: $chromeVersionString"
0 commit comments