Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Sep 3, 2024
1 parent db9d600 commit ea394b6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

- if: ${{ matrix.os == 'ubuntu-latest' }}
run: echo "EDGEDRIVER_VERSION=128.0.2739.56" >> $GITHUB_ENV
- if: ${{ matrix.os == 'macos-latest' }}
run: echo "EDGEDRIVER_VERSION=128.0.2739.61" >> $GITHUB_ENV
- if: ${{ matrix.os == 'windows-latest' }}
run: echo "EDGEDRIVER_VERSION=128.0.2739.54" >> $GITHUB_ENV

- run: yarn install --frozen-lockfile
env:
EDGEDRIVER_VERSION: ${{ matrix.os == 'ubuntu-latest' && '128.0.2739.56' || matrix.os == 'macos-latest' && '128.0.2739.61' || '128.0.2739.54' }}
- if: runner.os == 'Linux'
# https://github.com/juliangruber/browser-run/issues/147#issue-495226343
run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
Expand Down

0 comments on commit ea394b6

Please sign in to comment.