diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 834a291..6a59d05 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: run: docker build -f Dockerfile.test -t ${{ gitea.repository }}:test . - name: Run Test run: > - docker run -it --rm \ + docker run --rm \ -e MOSQUITTO_SERVER=127.0.0.1 \ ${{ gitea.repository }}:test \ swift test