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 cdac1d1 commit ee466f2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ jobs:
- name: Test and Generate coverage report
run: .github/workflows/utils.sh generate_core_sdk_coverage_report

- name: Upload Core Coverage
uses: actions/upload-artifact@v4
with:
name: core-coverage
path: build/test/coverage

- name: Display coverage report
uses: irongut/[email protected]
with:
Expand Down Expand Up @@ -226,6 +232,12 @@ jobs:
- name: Test and Generate coverage report
run: .github/workflows/utils.sh generate_manage_sdk_coverage_report

- name: Upload Manage Coverage
uses: actions/upload-artifact@v4
with:
name: manage-coverage
path: build/test/coverage

- name: Display coverage report
uses: irongut/[email protected]
with:
Expand Down Expand Up @@ -299,6 +311,12 @@ jobs:
- name: Test and Generate coverage report
run: .github/workflows/utils.sh generate_discovery_sdk_coverage_report

- name: Upload Discovery Coverage
uses: actions/upload-artifact@v4
with:
name: discovery-coverage
path: build/test/coverage

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

0 comments on commit ee466f2

Please sign in to comment.