Adiciona bash ao CI

This commit is contained in:
Hugo Peixoto 2023-07-20 23:40:07 +01:00
parent 45a5c727a3
commit 5f6dbefe77

View File

@ -8,7 +8,7 @@ variables:
default: default:
before_script: before_script:
- export PATH="/root/.cargo/bin:$PATH" - export PATH="/root/.cargo/bin:$PATH"
- apk add --update --no-cache git go make yq cargo pkgconfig openssl openssl-dev - apk add --update --no-cache git go make yq cargo pkgconfig openssl openssl-dev bash
- cargo install stork-search --locked --all-features - cargo install stork-search --locked --all-features
test: test: