Skip to content

Commit

Permalink
fixup! feat(core): CI pipeline to build and test CPP SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 11, 2024
1 parent a909d69 commit 2c0981a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: thunder
path: /__w/firebolt-apis/install/

firebolt-openrpc:
openrpc:
name: Build firebolt-openrpc artifacts
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

core_sdk:
name: Build Core SDK
needs: [thunder, Release]
needs: [thunder, openrpc]
runs-on: ubuntu-latest
container:
image: kevinshahfws/node-c:3.0
Expand All @@ -113,7 +113,7 @@ jobs:
manage_sdk:
name: Build Manage SDK
needs: [thunder, Release]
needs: [thunder, openrpc]
runs-on: ubuntu-latest
container:
image: kevinshahfws/node-c:3.0
Expand All @@ -140,7 +140,7 @@ jobs:
dicovery_sdk:
name: Build Dicovery SDK
needs: [thunder, Release]
needs: [thunder, openrpc]
runs-on: ubuntu-latest
container:
image: kevinshahfws/node-c:3.0
Expand Down

0 comments on commit 2c0981a

Please sign in to comment.