diff --git a/.github/workflows/ci-server.yaml b/.github/workflows/ci-server.yaml index e4c105799..b72f73563 100644 --- a/.github/workflows/ci-server.yaml +++ b/.github/workflows/ci-server.yaml @@ -55,13 +55,13 @@ jobs: fetch-depth: 0 - name: Install dependencies uses: ./.github/workflows/actions/yarn-install - - name: Build twenty-shared - run: npx nx build twenty-shared - name: Restore server setup id: restore-server-setup-cache uses: ./.github/workflows/actions/restore-cache with: key: ${{ env.SERVER_SETUP_CACHE_KEY }} + - name: Build twenty-shared + run: npx nx build twenty-shared - name: Server / Run lint & typecheck uses: ./.github/workflows/actions/nx-affected with: