Skip to content

Commit

Permalink
Add tracing back to ui test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 23, 2024
1 parent 2c4873f commit e2a4c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e2a4c33

Please sign in to comment.