retest
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user