Skip to content

Commit a69cb54

Browse files
don't run test detect landing pad in github actions
1 parent bf535f1 commit a69cb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
4646
# Install dependencies and run tests with PyTest
4747
- name: Run PyTest
48-
run: pytest -vv
48+
run: pytest -vv --ignore=modules/bootcamp/tests/test_detect_landing_pad.py

0 commit comments

Comments
 (0)