mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-21 23:13:05 +00:00
Update py-cli-e2e-tests.yml (#9929)
This commit is contained in:
parent
463f20776a
commit
520900bf67
4
.github/workflows/py-cli-e2e-tests.yml
vendored
4
.github/workflows/py-cli-e2e-tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user