Skip to content

[nexus] fix proxy nexus and add debug option #145

[nexus] fix proxy nexus and add debug option

[nexus] fix proxy nexus and add debug option #145

Workflow file for this run

name: vproxy ci
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: echo '{"ipv6":true,"fixed-cidr-v6":"fd00::/120"}' | sudo tee /etc/docker/daemon.json
- run: sudo service docker restart
- run: sleep 5s
- run: ./misc/run-tests-in-docker.sh