From 2180a192f00bd55ed3c7fb6f677aa305f2971672 Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Fri, 24 Mar 2023 14:52:41 +0100 Subject: [PATCH] [ACA-4651] Fix build config in GHA --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5bf37cdd29..0d6f25ee32 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -66,7 +66,7 @@ jobs: cache: 'npm' - uses: ./.github/actions/before-install - run: npm ci - - run: npm run build $BUILD_OPTS + - run: npm run build -- $BUILD_OPTS - name: upload job artifact if: ${{ success() }} uses: ./.github/actions/upload-job-artifact