|
19 | 19 | - uses: actions/checkout@v4 |
20 | 20 | - uses: dtolnay/rust-toolchain@stable |
21 | 21 | - run: cargo test --format json --report-time | tee result.json |
22 | | - - uses: innoq/action-cargo-test-report |
| 22 | + - uses: innoq/action-cargo-test-report@v1 |
23 | 23 | id: cargo_reporter |
24 | 24 | with: |
25 | 25 | cargo-test-report-json: 'results.json' |
|
59 | 59 | with: |
60 | 60 | toolchain: ${{ matrix.toolchain }} |
61 | 61 | - run: cargo test --format json --report-time | tee result.json |
62 | | - - uses: innoq/action-cargo-test-report |
| 62 | + - uses: innoq/action-cargo-test-report@v1 |
63 | 63 | id: cargo_reporter |
64 | 64 | with: |
65 | 65 | cargo-test-report-json: 'result.json' |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 | CODEMP_TEST_PASSWORD_ALICE: ${{ secrets.CODEMP_TEST_PASSWORD_ALICE }} |
110 | 110 | CODEMP_TEST_USERNAME_BOB: ${{ secrets.CODEMP_TEST_USERNAME_BOB }} |
111 | 111 | CODEMP_TEST_PASSWORD_BOB: ${{ secrets.CODEMP_TEST_PASSWORD_BOB }} |
112 | | - - uses: innoq/action-cargo-test-report |
| 112 | + - uses: innoq/action-cargo-test-report@v1 |
113 | 113 | id: cargo_reporter |
114 | 114 | with: |
115 | 115 | cargo-test-report-json: 'result.json' |
@@ -139,7 +139,7 @@ jobs: |
139 | 139 | - uses: actions/checkout@v4 |
140 | 140 | - uses: dtolnay/rust-toolchain@stable |
141 | 141 | - run: cargo test --format json --report-time --no-default-features --features=${{ matrix.features }},test-coverage,py-abi3,lua-jit tests::coverage | tee result.json |
142 | | - - uses: innoq/action-cargo-test-report |
| 142 | + - uses: innoq/action-cargo-test-report@v1 |
143 | 143 | id: cargo_reporter |
144 | 144 | with: |
145 | 145 | cargo-test-report-json: 'result.json' |
|
0 commit comments