Adding a set of behavioural tests
This commit is contained in:
13
docker/behavior/Dockerfile
Normal file
13
docker/behavior/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
ca-certificates \
|
||||
git \
|
||||
ruby \
|
||||
ruby-thor
|
||||
|
||||
WORKDIR /workspace
|
||||
COPY . /workspace
|
||||
|
||||
ENTRYPOINT ["/workspace/test/behavior/behavior_suite.sh"]
|
||||
Reference in New Issue
Block a user