Skip to content

Commit

Permalink
ci: add env correct arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Dec 15, 2024
1 parent d421728 commit f919a6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flaky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: node dist/core/cli.js flaky ctrf-reports/ctrf-report.json --title "Flaky table"
- name: Flaky rate table
run: node dist/core/cli.js flaky-rate ctrf-reports/ctrf-report.json --title "Flaky rate table" --annotate false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Flaky rate table max results 2
run: node dist/core/cli.js flaky-rate ctrf-reports/ctrf-report.json --title "Flaky rate table max results 2" --results 2 --annotate false
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Suite folded table with filepath
run: node dist/core/cli.js suite-folded ctrf-reports/ctrf-report.json --title "Suite folded table with filepath"
- name: Suite folded table with suite name
run: node dist/core/cli.js suite-folded ctrf-reports/ctrf-report.json --title "Suite folded" --useSuite --title "Suite folded table with suite name"
run: node dist/core/cli.js suite-folded ctrf-reports/ctrf-report.json --title "Suite folded" --use-suite-name --title "Suite folded table with suite name"
- name: Suite list with filepath
run: node dist/core/cli.js suite-list ctrf-reports/ctrf-report.json --title "Suite list" --useSuite "Suite list with filepath"
run: node dist/core/cli.js suite-list ctrf-reports/ctrf-report.json --title "Suite list" "Suite list with filepath"
- name: Suite list with suit name
run: node dist/core/cli.js suite-list ctrf-reports/ctrf-report.json --useSuite --title "Suite list with suite name"
run: node dist/core/cli.js suite-list ctrf-reports/ctrf-report.json --use-suite-name --title "Suite list with suite name"
- name: Upload test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f919a6a

Please sign in to comment.