Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Sep 24, 2024
1 parent 1292c54 commit 2e89831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_app_harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
SCREENSHOT_DIR: /tmp/screenshots
REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
run: |
poetry run pytest integration
poetry run pytest integration --ignore=integration/test_node_version.py
- uses: actions/upload-artifact@v4
name: Upload failed test screenshots
if: always()
Expand Down

0 comments on commit 2e89831

Please sign in to comment.