From 40d13b135935e6a4be6d154d1a229fb9fcbe15a2 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 19 Jul 2024 13:10:38 +0200 Subject: [PATCH] WIP Signed-off-by: Markus Heiser --- .github/workflows/integration.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ec5e2a6ed..e5ee3c53e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -39,16 +39,20 @@ jobs: ./node_modules key: python-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('requirements*.txt', 'setup.py') }} - name: Install Python dependencies - if: steps.cache-python.outputs.cache-hit != 'true' run: | make V=1 install make V=1 gecko.driver - name: Run tests - run: make V=1 ci.test + run: | + env + which firefox + ls -la /snap/bin/firefox + file /snap/bin/firefox + make V=1 ci.test - name: Test coverage run: make V=1 test.coverage - name: Store coverage result - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-${{ matrix.python-version }} path: coverage/