Skip to content

Commit

Permalink
Merge pull request #54 from znsio/html-artifact
Browse files Browse the repository at this point in the history
 Add CI step to upload HTML test report as artifact
  • Loading branch information
StarKhan6368 authored Oct 7, 2024
2 parents bbea7fd + 72832fa commit a53ad46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,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.java }}-html-report
path: build/reports/specmatic/html
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'javax.validation:validation-api:2.0.1.Final'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testApi 'io.specmatic:junit5-support:2.0.24'
testApi 'io.specmatic:junit5-support:2.0.26'
testImplementation('io.specmatic:specmatic-kafka:0.22.9-TRIAL')
testImplementation(
'org.assertj:assertj-core:3.24.2',
Expand Down

0 comments on commit a53ad46

Please sign in to comment.