diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 30333d63bc..c613fc9b48 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -67,10 +67,10 @@ jobs: npm ci nx run cli:bundle nx run testing:bundle - - name: nx affected lint - run: nx affected --target=lint $NX_CALCULATION_FLAGS + - run: nx affected --target=lint $NX_CALCULATION_FLAGS - run: /usr/bin/xvfb-run --auto-servernum nx affected:test $NX_CALCULATION_FLAGS --exclude="insights,core,extensions,process-services,process-services-cloud" }} - run: nx affected:build $NX_CALCULATION_FLAGS --prod + - run: nx build demoshell --configuration production - run: nx run stories:build-storybook --configuration ci - uses: ./.github/actions/upload-build-artifacts