Skip to content

Commit 58d354f

Browse files
committed
Update CI to skip manual tests
1 parent 9d289d6 commit 58d354f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/poetry-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
shell: bash
7272
run: |
7373
source setup_shell.sh
74-
pytest -m "not billable"
74+
pytest -m "not billable and not manual"

0 commit comments

Comments
 (0)