Skip to content

Commit

Permalink
Add CI step to upload HTML test report as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
StarKhan6368 committed Oct 2, 2024
1 parent 843625b commit 680a512
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ jobs:
--repo-name ${{ github.event.repository.name }} \
--repo-id ${{ github.repository_id }} \
--repo-url ${{ github.event.repository.html_url }}
- name: Upload HTML Test Report
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.node-version }}-html-report
path: build/reports/specmatic/html

0 comments on commit 680a512

Please sign in to comment.