From 5f05499224700b754774f74b858b3d62959b8abb Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Sun, 26 Mar 2023 12:23:08 +0200 Subject: [PATCH] [ACA-4651] Fix build config in GHA (#3088) --- .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 5bf37cdd2..0d6f25ee3 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