diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index aff39fa92..357e2944b 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -121,10 +121,7 @@ jobs: key: deps-node-modules-${{ hashFiles('package-lock.json') }} - name: Install npm dependencies - run: | - npm ci - ls -la /__w/firebolt-apis/firebolt-apis/src/sdks - ls -la /__w/firebolt-apis/firebolt-apis/src/sdks/core + run: npm ci - name: Generate core SDK source code run: | @@ -148,7 +145,7 @@ jobs: uses: actions/download-artifact@v3 with: name: manage - path: /__w/firebolt-apis/src/sdks + path: /__w/firebolt-apis/firebolt-apis/src/sdks/manage - name: Download Thunder uses: actions/download-artifact@v3 @@ -187,7 +184,7 @@ jobs: uses: actions/download-artifact@v3 with: name: discovery - path: /__w/firebolt-apis/src/sdks/ + path: /__w/firebolt-apis/firebolt-apis/src/sdks/discovery - name: Download Thunder uses: actions/download-artifact@v3