Skip to content

Commit a051e40

Browse files
committed
chore: test bail
1 parent 9192a60 commit a051e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-pushup-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Run Code PushUp action
4040
uses: code-pushup/github-action@v0
4141
with:
42-
bin: npx nx affected -t code-pushup --parallel=3 --
42+
bin: npx nx affected -t code-pushup --nx-bail --parallel=3 --

.github/workflows/code-pushup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
- name: Run Code PushUp action
4141
uses: code-pushup/github-action@v0
4242
with:
43-
bin: npx nx affected -t code-pushup --parallel=3 --
43+
bin: npx nx affected -t code-pushup --nx-bail --parallel=3 --

0 commit comments

Comments
 (0)