Fix: wrong sed command in Airflow APIs test GH workflow (#6510)

This commit is contained in:
Nahuel 2022-08-02 14:15:03 +02:00 committed by GitHub
parent 049077e1b5
commit cfc3568c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ jobs:
make coverage_apis
rm pom.xml
# fix coverage xml report for github
sed -i 's/src\/openmetadata/\/github\/workspace\/openmetadata-airflow-apis\/src\/openmetadata/g' openmetadata-airflow-apis/ci-coverage.xml
sed -i 's/openmetadata_managed_apis/\/github\/workspace\/openmetadata-airflow-apis\/openmetadata_managed_apis/g' openmetadata-airflow-apis/ci-coverage.xml
- name: Push Results in PR to Sonar
uses: sonarsource/sonarcloud-github-action@master