mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-11 04:49:15 +03:00
Move into outputs folder for leo clean checks
This commit is contained in:
parent
a01004a303
commit
cf8d646008
2
.github/workflows/leo-clean.yml
vendored
2
.github/workflows/leo-clean.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
||||
|
||||
- name: Assert that the 'outputs' folder is not empty
|
||||
run: |
|
||||
cd ../hello-world/outputs
|
||||
if [ "$(ls -A $DIR)" ]; then
|
||||
echo "$DIR is not empty"
|
||||
else
|
||||
@ -65,6 +66,7 @@ jobs:
|
||||
|
||||
- name: Assert that the 'outputs' folder is empty
|
||||
run: |
|
||||
cd ../hello-world/outputs
|
||||
if [ "$(ls -A $DIR)" ]; then
|
||||
echo "$DIR is not empty"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user