From 39e87053fd8001d1d5bc2a9c049d03bad930bb6e Mon Sep 17 00:00:00 2001 From: Alexander Druz Date: Thu, 21 Sep 2023 13:42:45 +0200 Subject: [PATCH] Debug integration test on Windows and MacOS --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 966be706..de5ce26e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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'