Skip to content

Commit

Permalink
ci: add suite list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Nov 5, 2024
1 parent 906acbe commit 157971e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test suite list
run: node dist/index.js suite-folded ctrf-reports/ctrf-report.json --title "Suite list" --useSuite
- name: Test suite folded no fails and filepath
run: node dist/index.js suite-folded ctrf-reports/ctrf-report.json --title "Suite list"
- name: Test suite folded no fails and suite
run: node dist/index.js suite-folded ctrf-reports/ctrf-report.json --title "Suite list useSuite" --useSuite
run: node dist/index.js suite-list ctrf-reports/ctrf-report.json --title "Suite list" --useSuite
- name: Test suite list no fails and filepath
run: node dist/index.js suite-list ctrf-reports/ctrf-report.json --title "Suite list"
- name: Test suite list no fails and suite
run: node dist/index.js suite-list ctrf-reports/ctrf-report.json --title "Suite list useSuite" --useSuite
- name: Upload test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 157971e

Please sign in to comment.