Skip to content

Commit

Permalink
fix link checker job
Browse files Browse the repository at this point in the history
  • Loading branch information
mwood77 committed Feb 11, 2024
1 parent 3f7aa53 commit 88587fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/selenium-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
services:
selenium:
image: selenium/standalone-firefox
shm_size: 2gb
options: --shm-size=2gb

steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
browser: firefox
version: latest

# Install some selenium dependencies...
Install some other selenium dependencies
- run: |
apt-get update -y &&
apt-get install --no-install-recommends --no-install-suggests -y tzdata ca-certificates bzip2 curl wget libc-dev libxt6 &&
Expand All @@ -39,8 +39,7 @@ jobs:
# Cleanup unnecessary stuff
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false &&
rm -rf /var/lib/apt/lists/* /tmp/*
# Install more selenium dependencies...
- run: |
wget https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz &&
tar -zxf geckodriver-v0.31.0-linux64.tar.gz -C /usr/local/bin &&
Expand Down

0 comments on commit 88587fc

Please sign in to comment.