Skip to content

Commit

Permalink
[ACA-4651] Fix build config in GHA (#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Mar 26, 2023
1 parent 2067ad8 commit 5f05499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f05499

Please sign in to comment.