From 520900bf6786962e2ba30a814da772660e4d56a8 Mon Sep 17 00:00:00 2001 From: Nahuel Date: Wed, 25 Jan 2023 18:29:45 +0100 Subject: [PATCH] Update py-cli-e2e-tests.yml (#9929) --- .github/workflows/py-cli-e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/py-cli-e2e-tests.yml b/.github/workflows/py-cli-e2e-tests.yml index 219fc0b4eb2..01f6f4875de 100644 --- a/.github/workflows/py-cli-e2e-tests.yml +++ b/.github/workflows/py-cli-e2e-tests.yml @@ -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