mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-23 16:03:16 +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"
|
echo "listing artifacts folder"
|
||||||
ls -alR artifacts
|
ls -alR artifacts
|
||||||
for folder in artifacts/coverage-*; do
|
for folder in artifacts/coverage-*; do
|
||||||
cp -r $folder/* . ;
|
cp -r $folder/ . ;
|
||||||
done
|
done
|
||||||
echo "listing root folder"
|
echo "listing root folder"
|
||||||
ls -al
|
ls -al
|
||||||
mkdir ingestion/junit
|
mkdir ingestion/junit
|
||||||
for folder in artifacts/tests-*; do
|
for folder in artifacts/tests-*; do
|
||||||
cp -r $folder/* ingestion/junit ;
|
cp -r $folder/ ingestion/junit ;
|
||||||
done
|
done
|
||||||
echo "listing ingestion/junit folder"
|
echo "listing ingestion/junit folder"
|
||||||
ls -alR ingestion/junit
|
ls -alR ingestion/junit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user