diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9f5b963..ddf3a9d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -35,7 +35,8 @@ jobs: node-version: 20 cache: 'npm' - - run: npm ci --legacy-peer-deps + - run: npm ci --legacy-peer-deps && (cd apps/api-gateway; npm ci) + - uses: nrwl/nx-set-shas@v4 # Distributed execution only works with cacheable builds. The Api Gateway build is not currently