Skip to content

Commit

Permalink
Add skipping integration tests on git pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-fin committed Jan 13, 2025
1 parent 8a90062 commit 6fb6fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
run: poetry install --all-extras

- name: Run tests
run: poetry run pytest --maxfail=1 --disable-warnings -v
run: poetry run pytest --maxfail=1 --disable-warnings -v -m "not integration"

0 comments on commit 6fb6fc4

Please sign in to comment.