Skip to content

Commit 11e2521

Browse files
committed
Add autobahn testsuite to CI
1 parent d849935 commit 11e2521

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/test/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ LABEL "com.github.actions.description"="test"
55
LABEL "com.github.actions.icon"="code"
66
LABEL "com.github.actions.color"="purple"
77

8-
RUN apt update && apt install -y shellcheck
8+
RUN apt update && \
9+
apt install -y shellcheck python-pip && \
10+
pip install autobahntestsuite
911

1012
COPY entrypoint.sh /entrypoint.sh
1113

0 commit comments

Comments
 (0)