Skip to content

Commit

Permalink
Merge steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Oct 1, 2024
1 parent 3a5435c commit b9d84a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ jobs:
"PrivateKey": "AAaskZJRPIAbiuaRLHsvZPvE6gzOeSjg+ZRg1ENau0Y="
}
EOF
- name: Start iperf3 server
run: docker run -d --network host ajoergensen/iperf3:latest --server
- name: Start Cloak server
run: docker run -d --network host -v config:/Cloak/config cbeuw/cloak:latest build/ck-server -c config/ckserver.json --verbosity debug
- run: |
docker run -d --network host ajoergensen/iperf3:latest --server
docker run -d --network host -v config:/Cloak/config cbeuw/cloak:latest build/ck-server -c config/ckserver.json --verbosity debug
make client
build/ck-client -c config/ckclient.json -s 127.0.0.1 -p 8443 --verbosity debug &
docker run --network host ajoergensen/iperf3:latest --client 127.0.0.1 -p 1984

0 comments on commit b9d84a7

Please sign in to comment.