Skip to content

Commit

Permalink
ci.yaml: Exclude some invalid tests
Browse files Browse the repository at this point in the history
Excluding tests for docker and for creating invalid directory paths.  These tests do not seem relevant to testing superflore in a containerized CI/CD pipeline.
  • Loading branch information
robwoolley authored Mar 29, 2024
1 parent a95bc11 commit 7e4a42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
sudo rosdep init
rosdep update
python -m 'nose' --exclude test_pull --exclude test_run --exclude test_logger_output
python -m 'nose' --exclude test_pull --exclude test_run --exclude test_logger_output --exclude test_docker.py --exclude test_failed_to_create
python -m 'flake8' superflore --import-order-style=google
Expand Down

0 comments on commit 7e4a42b

Please sign in to comment.