From e2a4c3310dde86de5c77808cb5abfa8ace08c0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Tue, 23 Apr 2024 18:00:23 +0200 Subject: [PATCH] Add tracing back to ui test workflow --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0ccff5feb7..49d10d3be1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -221,7 +221,7 @@ jobs: # Create a .uicoveragerc file to set the concurrency library to greenlet # https://github.com/microsoft/playwright-python/issues/313 echo "[run]\nconcurrency = greenlet" > .uicoveragerc - FAIL="--screenshot only-on-failure --full-page-screenshot --output ui_screenshots" + FAIL="--screenshot only-on-failure --full-page-screenshot --output ui_screenshots --tracing retain-on-failure" pixi run -e ${{ matrix.environment }} test-ui --jupyter $COV --cov-config=.uicoveragerc $FAIL - uses: actions/upload-artifact@v3 if: always()