Skip to content

Commit

Permalink
ci: add json param
Browse files Browse the repository at this point in the history
  • Loading branch information
fchimpan committed Apr 9, 2024
1 parent 02b7515 commit 036e233
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ jobs:
run: go build .
- name: gh install
run: gh extension install .
- name: test execute
- name: test execute gh workflow-stats standard
run: gh workflow-stats jobs -o fchimpan -r gh-workflow-stats -f ci.yaml
- name: test execute gh workflow-stats json
run: gh workflow-stats jobs -o fchimpan -r gh-workflow-stats -f ci.yaml --json

0 comments on commit 036e233

Please sign in to comment.