Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmotta committed Oct 15, 2024
1 parent 9847291 commit 580e37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
partition: [0, 1, 2]
partition: [2]
runs-on: ${{ matrix.os }}
steps:
- name: "Support longpaths"
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
START_SERVER_AND_TEST_INSECURE: "true"
NODE_OPTIONS: "--max_old_space_size=4096"
run: >-
eval "pnpm ${{ steps.setup_build_mode.outputs.fullBuildPnpmFilterString }} --workspace-concurrency=1 build:prod"
eval "pnpm -F kie-editors-dev-vscode-extension... build:prod"
- name: "PARTIAL → Build upstream"
if: steps.setup_build_mode.outputs.mode == 'partial' && steps.setup_build_mode.outputs.upstreamPnpmFilterString != ''
Expand Down

0 comments on commit 580e37c

Please sign in to comment.