From ca58a9f3c09c9dee2d943a876ac1d1a55fe4eeb8 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Fri, 11 Oct 2024 16:10:42 +0530 Subject: [PATCH] fixup! feat(core): CI pipeline to build and test CPP SDK --- .github/workflows/cxx-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index ec3181d5c..053ac2391 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -123,6 +123,12 @@ jobs: name: thunder path: /__w/thunder/install/ + - name: Cache npm dependencies + uses: actions/cache@v3 + with: + path: ~/.npm + key: deps-node-modules-${{ hashFiles('package-lock.json') }} + - name: Install npm dependencies run: | cd /__w/core-sdk/