Skip to content

Commit

Permalink
fixup! test-build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 11, 2024
1 parent 650b07e commit 6546c78
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
name: core-sdk
path: |
package.json
package-lock.json
dist
src/sdks/core
Expand All @@ -87,7 +87,7 @@ jobs:
with:
name: manage-sdk
path: |
package.json
package-lock.json
dist
src/sdks/manage
Expand All @@ -96,7 +96,7 @@ jobs:
with:
name: discovery-sdk
path: |
package.json
package-lock.json
dist
src/sdks/discovery
Expand Down Expand Up @@ -133,9 +133,8 @@ jobs:
- name: Run Tests
run: |
cd /__w/core-sdk/
chmod +x ./TestFireboltCore
./TestFireboltCore
chmod +x /__w/core-sdk/TestFireboltCore
/__w/core-sdk/TestFireboltCore
manage_sdk:
name: Build Manage SDK
Expand Down

0 comments on commit 6546c78

Please sign in to comment.