Skip to content

Commit

Permalink
Debug integration test on Windows and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Sep 21, 2023
1 parent f71a0ee commit 39e8705
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ jobs:
with:
matrix: |
os: ubuntu-latest,
python-version: 3.8 3.9 3.10 3.11
python-version: 3.8
include: |
os: windows-latest python-version: 3.8,
os: macos-latest python-version: 3.8
- name: '🧱 Build test matrix for release'
if: env.MATRIX == '' && startsWith(github.ref, 'refs/tags/v')
uses: druzsan/setup-matrix@v1
Expand Down Expand Up @@ -294,9 +297,9 @@ jobs:
- name: '🎨 Set up Chrome driver'
if: matrix.browser == 'chrome'
id: setup-chromedriver
uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: '115.0.5790.102'
uses: nanasess/setup-chromedriver@v2
- name: '🦊 Set up Gecko driver'
id: setup-geckodriver
if: matrix.browser == 'firefox'
Expand Down

0 comments on commit 39e8705

Please sign in to comment.