diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 529b5b62..86bf9ac5 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -24,4 +24,4 @@ jobs: pip3 install -e body/ - name: Run Stretch Body Tests run: | - pytest-3 body/test/test_foo.py \ No newline at end of file + pytest-3 body/test/robot_tests \ No newline at end of file