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 12, 2024
1 parent ffef330 commit 1b57905
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ jobs:
name: core
path: /__w/firebolt-apis/firebolt-apis/src/sdks/core/build/cpp/src/

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

- name: Test CXX Core SDK
run: |
.github/workflows/utils.sh test_core_cpp_sdk
# - name: Test CXX Core SDK
# run: |
# .github/workflows/utils.sh test_core_cpp_sdk

0 comments on commit 1b57905

Please sign in to comment.