From 3743970cab85d88b5107ef6107aeca0f851ca1db Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Thu, 13 Mar 2025 23:28:26 +0000 Subject: [PATCH] [AAE-30877] - And again --- .github/workflows/pull-request.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0986e318d0..ada5beb1a9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -197,8 +197,7 @@ jobs: - uses: ./.github/actions/download-node-modules-and-artifacts - name: Run unit tests run: | - xvfb-run --auto-servernum - npx nx run ${{ matrix.unit-tests.name}}:test --configuration=ci + xvfb-run --auto-servernum npx nx run ${{ matrix.unit-tests.name}}:test --configuration=ci lint: # long timeout required when cache has to be recreated