Skip to content

Commit

Permalink
chore(merge): merge develop into main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
2 parents 230ddab + 649f460 commit 7237b01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# - run: bun nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"

- run: bun install --no-cache
- run: bun install --no-cache --concurrent-scripts 1

- run: bun nx affected -t test build -c ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

# - run: bun nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"

- run: bun install --no-cache
- run: bun install --no-cache --concurrent-scripts 1

- run: bun nx affected -t test build -c ci

Expand Down
2 changes: 1 addition & 1 deletion .nx/workflows/bun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ launch-templates:
sudo apt install unzip
curl -fsSL https://bun.sh/install | bash
- name: Install Node Modules (with Bun)
script: bun install --frozen-lockfile --ignore-scripts
script: bun install --frozen-lockfile --ignore-scripts
- name: Install Browsers (if needed)
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/install-browsers/main.yaml'

0 comments on commit 7237b01

Please sign in to comment.