alpine needs to add bash
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Paul Campbell 2024-02-26 09:09:01 +00:00
parent 4a50b99b7b
commit 3cb098191c

View file

@ -84,6 +84,7 @@ steps:
integration_test:
image: docker.io/alpine:latest
commands:
- apk add bash
- ./test.sh
publish_to_crates_io: