223c9b8abc
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 19s
Hello World (Manual) / greet (push) Successful in 5s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m49s
acc-tests Link to Cucumber reports
CI Feature / Report Summary (push) Has been cancelled
CI Feature / Cucumber tests (push) Has been cancelled
4 lines
109 B
Docker
4 lines
109 B
Docker
FROM bats/bats:latest
|
|
RUN apk add --no-cache lsof python3 jq curl ruby && \
|
|
gem install bashcov -v 3.3.0
|