diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ff82456d..bee8c99c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,11 +40,11 @@ jobs: - name: Ensure required file is fetched run: | git fetch origin main - git checkout origin/main -- .cache/calibration/aloha_default/left_follower.json + git checkout origin/main -- .cache/calibration/aloha_default - name: Check if file exists run: | - if [ -f .cache/calibration/aloha_default/left_follower.json ]; then + if [ -f .cache/calibration/aloha_default/right_follower.json ]; then echo "File exists"; else echo "File does not exist";