Skip to content

Commit

Permalink
ci: specify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Mar 29, 2024
1 parent a2acc5d commit 3a1ac12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
run: ./ci/minio_start.sh
- run: cargo test --all-features -- -Z unstable-options --format json --report-time | tee results.json
- name: Prepare junit report
uses: innoq/action-cargo-test-report
id: cargo_reporter
uses: innoq/action-cargo-test-report@v1
with:
cargo-test-report-json: 'results.json'
- name: Publish Test Report
uses: mikepenz/action-junit-report@main
uses: mikepenz/action-junit-report@v4
if: always() # always run even if the previous step fails
with:
check_name: Test Report
Expand Down

0 comments on commit 3a1ac12

Please sign in to comment.