diff --git a/.gitea/workflows/test-compose.yaml b/.gitea/workflows/test-compose.yaml index 4ba542f..753aa8e 100644 --- a/.gitea/workflows/test-compose.yaml +++ b/.gitea/workflows/test-compose.yaml @@ -14,4 +14,4 @@ jobs: - name: Install Bun runtime run: curl -fsSL https://bun.sh/install | bash - name: Run docker-compose - run: moby compose down -v && moby compose run bot-api bun test \ No newline at end of file + run: ducker compose down -v && docker compose run bot-api bun test \ No newline at end of file