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 15, 2024
1 parent 7b221ce commit 19d6751
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,17 @@ jobs:
with:
path: ~/.npm
key: deps-node-modules-${{ hashFiles('package-lock.json') }}

- name: Install npm dependencies
run: npm ci
# cd /__w/core-sdk/


# - name: Build CXX Core SDK
# run: |
# .github/workflows/utils.sh buildCoreCPPSDK

- name: Build CXX Core SDK
run: |
.github/workflows/utils.sh buildCoreCPPSDK
# - name: Run Tests
# run: |
# LD_LIBRARY_PATH=/__w/thunder/install/usr/lib/ /__w/core-sdk/TestFireboltCore -u "ws://localhost:9998"
- name: Run Tests
run: |
LD_LIBRARY_PATH=/__w/thunder/install/usr/lib/ /__w/core-sdk/TestFireboltCore -u "ws://localhost:9998"
# manage_sdk:
# name: Build Manage SDK
Expand Down

0 comments on commit 19d6751

Please sign in to comment.