Skip to content

Commit

Permalink
CI fix wstest
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Jan 29, 2022
1 parent 44a1d79 commit 26065e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Run a Docker container with the fuzzing server and upload reports
run: |
cd wstest
make wstest_server_docker_stop
make wstest_server_docker_pull
make wstest_server_docker_quick
sleep 5
Expand Down
5 changes: 3 additions & 2 deletions wstest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,15 @@ wstest_server_docker_stop:

wstest_server_docker_full:
docker run -it --rm \
--name fuzzingserver \
-v ${PWD}/fuzzingserver-full.json:/config/fuzzingserver.json:ro \
-v ${PWD}/reports:/reports \
-p 9001:9001 \
--name autobahn \
$(AUTOBAHN_TESTSUITE_DOCKER)

wstest_server_docker_quick:
docker run -d --rm --name fuzzingserver \
docker run -it --rm \
--name fuzzingserver \
-u `id -u`:`id -g` \
-v ${PWD}/fuzzingserver-quick.json:/config/fuzzingserver.json:ro \
-v ${PWD}/reports:/reports \
Expand Down

0 comments on commit 26065e6

Please sign in to comment.