Skip to content

Commit 3827ff3

Browse files
authored
Merge pull request #10 from grafbase/tomhoule-kzytvmlxlukx
action: fix test specs output on non-docker platforms
2 parents c49f270 + 8728f2e commit 3827ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ outputs:
2828
value: ${{ steps.what-rust-changed.outputs.cargo-build-specs }}
2929
cargo-test-specs:
3030
description: A string suitable for passing to cargo test that includes all the changed packages but not the docker-tests
31-
value: ${{ steps.what-rust-changed.outputs.rust.cargo-test-specs }}
31+
value: ${{ steps.what-rust-changed.outputs.cargo-test-specs }}
3232
cargo-docker-test-specs:
3333
description: A string suitable for passing to cargo test that includes all the changed packages including the docker-tests
3434
value: ${{ steps.what-rust-changed.outputs.cargo-docker-test-specs }}

0 commit comments

Comments
 (0)