diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index aa63f62..656a1e2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -98,7 +98,8 @@ jobs: - name: Install Dependencies run: npm ci - name: Build - run: npx nx affected -t build + # run: npx nx affected -t build + run: npx nx run ng-remote-config:build - name: Upload Build Artifact uses: actions/upload-artifact@v4 id: artifact-upload