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
|
- name: Ensure required file is fetched
|
||||||
run: |
|
run: |
|
||||||
git fetch origin main
|
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
|
- name: Check if file exists
|
||||||
run: |
|
run: |
|
||||||
if [ -f .cache/calibration/aloha_default/left_follower.json ]; then
|
if [ -f .cache/calibration/aloha_default/right_follower.json ]; then
|
||||||
echo "File exists";
|
echo "File exists";
|
||||||
else
|
else
|
||||||
echo "File does not exist";
|
echo "File does not exist";
|
||||||
|
|||||||
Reference in New Issue
Block a user