File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55
55
with :
56
56
edge-version : stable
57
57
- name : Start Xvfb
58
- if : matrix.os == ubuntu
58
+ if : matrix.os == ' ubuntu'
59
59
run : Xvfb :99 &
60
60
- name : Set up .Net Stable
61
61
if : matrix.release == 'stable'
Original file line number Diff line number Diff line change 55
55
with :
56
56
edge-version : stable
57
57
- name : Start Xvfb
58
- if : matrix.os == ubuntu
58
+ if : matrix.os == ' ubuntu'
59
59
run : Xvfb :99 &
60
60
- name : Set up Java
61
61
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 60
60
echo "EDGE_BIN=/Users/runner/hostedtoolcache/msedge/stable/x64/Contents/MacOS/Microsoft Edge" >> "$GITHUB_ENV"
61
61
echo "FF_BIN=/Users/runner/hostedtoolcache/firefox/latest/x64/Contents/MacOS/firefox" >> "$GITHUB_ENV"
62
62
- name : Set ENV Linux
63
- if : matrix.os == ubuntu
63
+ if : matrix.os == ' ubuntu'
64
64
run : |
65
65
echo "CHROME_BIN=${{ steps.setup-chrome.outputs.chrome-path }}" >> "$GITHUB_ENV"
66
66
echo "EDGE_BIN=/opt/hostedtoolcache/msedge/stable/x64/msedge" >> "$GITHUB_ENV"
76
76
run : |
77
77
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
78
78
- name : Start Xvfb
79
- if : matrix.os == ubuntu
79
+ if : matrix.os == ' ubuntu'
80
80
run : Xvfb :99 &
81
81
- name : Setup Node Stable
82
82
if : matrix.release == 'stable'
Original file line number Diff line number Diff line change 59
59
echo "EDGE_BIN=/Users/runner/hostedtoolcache/msedge/stable/x64/Contents/MacOS/Microsoft Edge" >> "$GITHUB_ENV"
60
60
echo "FF_BIN=/Users/runner/hostedtoolcache/firefox/latest/x64/Contents/MacOS/firefox" >> "$GITHUB_ENV"
61
61
- name : Set ENV Linux
62
- if : matrix.os == ubuntu
62
+ if : matrix.os == ' ubuntu'
63
63
run : |
64
64
echo "CHROME_BIN=${{ steps.setup-chrome.outputs.chrome-path }}" >> "$GITHUB_ENV"
65
65
echo "EDGE_BIN=/opt/hostedtoolcache/msedge/stable/x64/msedge" >> "$GITHUB_ENV"
75
75
run : |
76
76
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
77
77
- name : Start Xvfb
78
- if : matrix.os == ubuntu
78
+ if : matrix.os == ' ubuntu'
79
79
run : Xvfb :99 &
80
80
- name : Set up Java
81
81
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 55
55
with :
56
56
edge-version : stable
57
57
- name : Start Xvfb
58
- if : matrix.os == ubuntu
58
+ if : matrix.os == ' ubuntu'
59
59
run : Xvfb :99 &
60
60
- name : Set up Python
61
61
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 55
55
with :
56
56
edge-version : stable
57
57
- name : Start Xvfb
58
- if : matrix.os == ubuntu
58
+ if : matrix.os == ' ubuntu'
59
59
run : Xvfb :99 &
60
60
- name : Set up Ruby
61
61
uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments