Skip to content

Commit

Permalink
Update push-actions.yml to latest chrome and changed error
Browse files Browse the repository at this point in the history
message in checkHTML.sh to tell GitHub Automated Test users
how to fix Chromedriver issues.
  • Loading branch information
zoltan-dulac committed Jan 27, 2025
1 parent 4161985 commit 6a38657
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# https://mirror.cs.uchicago.edu/google-chrome/pool/main/g/google-chrome-stable/
run: |
apt search '^google-chrome.*' \
&& wget -q -O /tmp/chrome.deb http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_130.0.6723.58-1_amd64.deb \
&& wget -q -O /tmp/chrome.deb https://mirror.cs.uchicago.edu/google-chrome/pool/main/g/google-chrome-stable/google-chrome-stable_132.0.6834.110-1_amd64.deb \
&& sudo apt install -y /tmp/chrome.deb --allow-downgrades \
&& rm /tmp/chrome.deb
- name: Log system details
Expand Down
6 changes: 6 additions & 0 deletions bin/checkHTML.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ If that does not work, you may need to do a global update of @axe-core/cli:
sudo npm update -g @axe-core/cli
********************************************************************************
* NOTE: If you are seeing this message in GitHub Automated Tests, you need to
* update push-actions.yml to ensure the version of Chrome being downloaded there
* matches the one in your package.json
********************************************************************************
' 1>&2
exit 1;
Expand Down

0 comments on commit 6a38657

Please sign in to comment.