Skip to content

Commit 8d8fef2

Browse files
committed
ci: needs @v1 ?
1 parent f6a9024 commit 8d8fef2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: dtolnay/rust-toolchain@stable
2121
- 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
2323
id: cargo_reporter
2424
with:
2525
cargo-test-report-json: 'results.json'
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
toolchain: ${{ matrix.toolchain }}
6161
- 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
6363
id: cargo_reporter
6464
with:
6565
cargo-test-report-json: 'result.json'
@@ -109,7 +109,7 @@ jobs:
109109
CODEMP_TEST_PASSWORD_ALICE: ${{ secrets.CODEMP_TEST_PASSWORD_ALICE }}
110110
CODEMP_TEST_USERNAME_BOB: ${{ secrets.CODEMP_TEST_USERNAME_BOB }}
111111
CODEMP_TEST_PASSWORD_BOB: ${{ secrets.CODEMP_TEST_PASSWORD_BOB }}
112-
- uses: innoq/action-cargo-test-report
112+
- uses: innoq/action-cargo-test-report@v1
113113
id: cargo_reporter
114114
with:
115115
cargo-test-report-json: 'result.json'
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/checkout@v4
140140
- uses: dtolnay/rust-toolchain@stable
141141
- 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
143143
id: cargo_reporter
144144
with:
145145
cargo-test-report-json: 'result.json'

0 commit comments

Comments
 (0)