We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2849ee commit 6878c2cCopy full SHA for 6878c2c
.github/workflows/code-pushup.yml
@@ -12,7 +12,6 @@ env:
12
13
jobs:
14
code_pushup:
15
- timeout-minutes: 15
16
runs-on: ubuntu-latest
17
name: Code PushUp
18
steps:
@@ -30,6 +29,7 @@ jobs:
30
29
31
- name: Run Code PushUp action
32
uses: code-pushup/github-action@v0
+ timeout-minutes: 5
33
with:
34
- bin: npx @code-pushup/cli -- --no-progress --verbose
+ bin: npx @code-pushup/cli --no-progress --verbose
35
retention: 14
0 commit comments