From 60c23bfcbab8154ad2cc84a76c4ee9c6eac5b392 Mon Sep 17 00:00:00 2001 From: Mohamed Fazil Date: Tue, 20 Aug 2024 20:05:22 -0700 Subject: [PATCH] Add sample robot tests --- .github/workflows/build_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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