Update py-cli-e2e-tests.yml (#9929)

This commit is contained in:
Nahuel 2023-01-25 18:29:45 +01:00 committed by GitHub
parent 463f20776a
commit 520900bf67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,13 +186,13 @@ jobs:
echo "listing artifacts folder"
ls -alR artifacts
for folder in artifacts/coverage-*; do
cp -r $folder/* . ;
cp -r $folder/ . ;
done
echo "listing root folder"
ls -al
mkdir ingestion/junit
for folder in artifacts/tests-*; do
cp -r $folder/* ingestion/junit ;
cp -r $folder/ ingestion/junit ;
done
echo "listing ingestion/junit folder"
ls -alR ingestion/junit