Skip to content

Commit 5a537ac

Browse files
committed
CI: Implement macos and undetected chrome in exclude list
1 parent 0579f21 commit 5a537ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
# * https://github.com/abhi1693/setup-browser/issues/8
3737
- os: windows-latest
3838
browser: "firefox"
39+
# Install wrong version in macOS.
40+
- os: macos-latest
41+
browser: "undetected_chrome"
42+
3943
steps:
4044
- uses: actions/checkout@v2
4145
- name: Install libgl1
@@ -75,6 +79,6 @@ jobs:
7579
pytest -n 2 -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}
7680
7781
- name: Run Tests in ${{ matrix.browser }}
78-
if: matrix.browser == 'undetected_chrome' && matrix.os != 'macos-latest'
82+
if: matrix.browser == 'undetected_chrome'
7983
run: |
8084
pytest -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}

0 commit comments

Comments
 (0)