Skip to content

Commit

Permalink
fixup! chore: CI to test CPP SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Nov 29, 2024
1 parent 4f13702 commit 5f02146
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ jobs:
name: core
path: src/sdks/core

- name: Upload Manage SDK
uses: actions/upload-artifact@v3
with:
name: manage
path: src/sdks/manage

- name: Upload Discovery SDK
uses: actions/upload-artifact@v3
with:
name: discovery
path: src/sdks/discovery

core_sdk:
name: Build Core SDK
needs: [thunder, openrpc]
Expand Down

0 comments on commit 5f02146

Please sign in to comment.