Skip to content

Commit

Permalink
fixup! fix: building of Manage SDK (workaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Feb 12, 2025
1 parent 1f1ee3f commit 3dbe42d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: core-coverage
path: build/test/coverage
path: coverage

- name: Display coverage report
uses: irongut/[email protected]
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: manage-coverage
path: build/test/coverage
path: coverage

- name: Display coverage report
uses: irongut/[email protected]
Expand Down Expand Up @@ -311,13 +311,12 @@ jobs:
- name: Test and Generate coverage report
run: |
.github/workflows/utils.sh generate_discovery_sdk_coverage_report
pwd
- name: Upload Discovery Coverage
uses: actions/upload-artifact@v4
with:
name: discovery-coverage
path: build/test/coverage
path: coverage

- name: Display coverage report
uses: irongut/[email protected]
Expand Down

0 comments on commit 3dbe42d

Please sign in to comment.