zramsay 2023-09-27 18:08:24 -04:00
parent c771c6933a
commit 2593e59ce5
1 changed files with 3 additions and 1 deletions

View File

@ -45,5 +45,7 @@ jobs:
dockerd -H $DOCKER_HOST --userland-proxy=false &
sleep 5
- name: "Run gitea tests"
run: ./tests/gitea/test.sh
run: |
export CERC_SCRIPT_DEBUG=true &
./tests/gitea/test.sh