File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 89
89
with :
90
90
node-version : ${{ matrix.node }}
91
91
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
-
99
92
- 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' }}
100
95
- if : runner.os == 'Linux'
101
96
# https://github.com/juliangruber/browser-run/issues/147#issue-495226343
102
97
run : Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
You can’t perform that action at this time.
0 commit comments