Skip to content

Commit 5534736

Browse files
committed
trying to fix build failing on ci
1 parent cbe6087 commit 5534736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424

2525
- name: Build packages
2626
shell: bash
27-
run: npx nx run-many -t build --exclude website # --base=last-release <- add that back
27+
run: npx nx run-many -t build --parallel=false --exclude website # --base=last-release <- add that back
2828

2929
# - name: Build storybook
3030
# shell: bash

0 commit comments

Comments
 (0)