We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0579f21 commit 5a537acCopy full SHA for 5a537ac
.github/workflows/ci.yml
@@ -36,6 +36,10 @@ jobs:
36
# * https://github.com/abhi1693/setup-browser/issues/8
37
- os: windows-latest
38
browser: "firefox"
39
+ # Install wrong version in macOS.
40
+ - os: macos-latest
41
+ browser: "undetected_chrome"
42
+
43
steps:
44
- uses: actions/checkout@v2
45
- name: Install libgl1
@@ -75,6 +79,6 @@ jobs:
75
79
pytest -n 2 -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}
76
80
77
81
- name: Run Tests in ${{ matrix.browser }}
78
- if: matrix.browser == 'undetected_chrome' && matrix.os != 'macos-latest'
82
+ if: matrix.browser == 'undetected_chrome'
83
run: |
84
pytest -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}
0 commit comments