Skip to content

Commit 9a6ebf2

Browse files
committed
Update workflow unit test invocation so we don't fire e2e tests too
1 parent d764c40 commit 9a6ebf2

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Code Quality Checks
22
on: [push]
33
jobs:
4-
run-tests:
4+
run-unit-tests:
55
runs-on: ubuntu-latest
66
steps:
77
#----------------------------------------------
@@ -48,7 +48,7 @@ jobs:
4848
# run test suite
4949
#----------------------------------------------
5050
- name: Run tests
51-
run: poetry run pytest tests/
51+
run: poetry run python -m pytest tests/unit
5252
check-linting:
5353
runs-on: ubuntu-latest
5454
steps:
File renamed without changes.

0 commit comments

Comments
 (0)