From fd1bdd8289c893a7e1d1b3877504da72e5bdedff Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 4 Dec 2025 13:54:29 +0100 Subject: [PATCH] Fix the upload tests in CI The default value of `TEST_MACHINE_BASE_PATH` expects to find the `mink/driver-testsuite` in the vendor folder of the selenium2-driver package. As the CI installs both packages side by side, it needs to configure it explicitly. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffe7667..ef7c08d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,3 +55,4 @@ jobs: env: SELENIUM_VERSION: ${{ matrix.selenium }} WEB_FIXTURES_BROWSER: firefox + TEST_MACHINE_BASE_PATH: ${{ github.workspace }}/vendor/mink/driver-testsuite/web-fixtures/