debug
parent
c771c6933a
commit
2593e59ce5
|
|
@ -45,5 +45,7 @@ jobs:
|
||||||
dockerd -H $DOCKER_HOST --userland-proxy=false &
|
dockerd -H $DOCKER_HOST --userland-proxy=false &
|
||||||
sleep 5
|
sleep 5
|
||||||
- name: "Run gitea tests"
|
- name: "Run gitea tests"
|
||||||
run: ./tests/gitea/test.sh
|
run: |
|
||||||
|
export CERC_SCRIPT_DEBUG=true &
|
||||||
|
./tests/gitea/test.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue