diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8a149b9..714d059 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -19,8 +19,7 @@ jobs: touch .env && docker compose build test - name: Run Test - run: \ - && docker compose run --rm test + run: docker compose run --rm test - name: Cleanup. if: always()