From 9dea00ee9e465f8dbc94ceb342f9595ef474e0d1 Mon Sep 17 00:00:00 2001 From: Remi Cadene Date: Fri, 27 Sep 2024 16:39:53 +0200 Subject: [PATCH] retest --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";