Skip to content

Commit

Permalink
chore: audit fix
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <[email protected]>
  • Loading branch information
amagyar-iohk committed Jun 29, 2024
1 parent dbc272b commit a1cf490
Show file tree
Hide file tree
Showing 3 changed files with 2,845 additions and 2,476 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
- name: Build and test
run: ./gradlew build

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
report_paths: build/test-results/**/*.xml
include_passed: true

files: build/test-results/**/*.xml

- name: Publish Detekt Results
run: cat build/reports/detekt/detekt.md >> $GITHUB_STEP_SUMMARY
Loading

0 comments on commit a1cf490

Please sign in to comment.