Skip to content

Commit 6878c2c

Browse files
committed
Fix CLI args, decrease timeout
1 parent c2849ee commit 6878c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-pushup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212

1313
jobs:
1414
code_pushup:
15-
timeout-minutes: 15
1615
runs-on: ubuntu-latest
1716
name: Code PushUp
1817
steps:
@@ -30,6 +29,7 @@ jobs:
3029

3130
- name: Run Code PushUp action
3231
uses: code-pushup/github-action@v0
32+
timeout-minutes: 5
3333
with:
34-
bin: npx @code-pushup/cli -- --no-progress --verbose
34+
bin: npx @code-pushup/cli --no-progress --verbose
3535
retention: 14

0 commit comments

Comments
 (0)