Skip to content

Commit ea394b6

Browse files
author
Kelly Selden
committed
test
1 parent db9d600 commit ea394b6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,9 @@ jobs:
8989
with:
9090
node-version: ${{ matrix.node }}
9191

92-
- if: ${{ matrix.os == 'ubuntu-latest' }}
93-
run: echo "EDGEDRIVER_VERSION=128.0.2739.56" >> $GITHUB_ENV
94-
- if: ${{ matrix.os == 'macos-latest' }}
95-
run: echo "EDGEDRIVER_VERSION=128.0.2739.61" >> $GITHUB_ENV
96-
- if: ${{ matrix.os == 'windows-latest' }}
97-
run: echo "EDGEDRIVER_VERSION=128.0.2739.54" >> $GITHUB_ENV
98-
9992
- run: yarn install --frozen-lockfile
93+
env:
94+
EDGEDRIVER_VERSION: ${{ matrix.os == 'ubuntu-latest' && '128.0.2739.56' || matrix.os == 'macos-latest' && '128.0.2739.61' || '128.0.2739.54' }}
10095
- if: runner.os == 'Linux'
10196
# https://github.com/juliangruber/browser-run/issues/147#issue-495226343
10297
run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &

0 commit comments

Comments
 (0)