| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 465c262 commit 10f29e7
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ on: | |||
| 12 | 12 | - cron: "*/5 * * * *" | |
| 13 | 13 | ||
| 14 | 14 | jobs: | |
| 15 | - commitQueue: | ||
| 15 | + startCI: | ||
| 16 | 16 | runs-on: ubuntu-latest | |
| 17 | 17 | steps: | |
| 18 | 18 | - uses: actions/checkout@master | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,6 +31,7 @@ for pr in "$@"; do | |||
| 31 | 31 | ci_started=yes | |
| 32 | 32 | rm -f output; | |
| 33 | 33 | ncu-ci run "$pr" >output 2>&1 || ci_started=no | |
| 34 | + cat output | ||
| 34 | 35 | ||
| 35 | 36 | if [ "$ci_started" == "no" ]; then | |
| 36 | 37 | # Do we need to reset? | |
| Back | FazBrowse Home | New Git URL |
0 commit comments