File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 3333 # * https://github.com/abhi1693/setup-browser/issues/8
3434 - os : windows-latest
3535 browser : " firefox"
36+ # For now, the edge setup on linux amd64 is not working (07/2024)
37+ # See the issues below
38+ # * https://github.com/browser-actions/setup-edge/issues/386
39+ # * https://github.com/browser-actions/setup-edge/issues/516
40+ - os : ubuntu-latest
41+ browser : " edge"
42+ - os : macos-latest
43+ browser : " edge"
3644 steps :
3745 - uses : actions/checkout@v4
3846 - name : Install libgl1
6371 - uses : browser-actions/setup-firefox@latest
6472 if : matrix.browser == 'firefox'
6573
66- - uses : browser-actions/setup-edge@v1
74+ - uses : browser-actions/setup-edge@latest
6775 if : matrix.browser == 'edge'
68- with :
69- edge-version : stable
7076
7177 - name : Run Tests in ${{ matrix.browser }}
7278 run : |
You can’t perform that action at this time.
0 commit comments