diff --git a/.gitea/workflows/test-compose.yaml b/.gitea/workflows/test-compose.yaml index c65a8f6..0e4b740 100644 --- a/.gitea/workflows/test-compose.yaml +++ b/.gitea/workflows/test-compose.yaml @@ -13,5 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Install Bun runtime run: curl -fsSL https://bun.sh/install | bash + - name: Be root + run: su - name: Run docker-compose - run: dind --privileged compose down -v && dind --privileged compose run bot-api bun test \ No newline at end of file + run: dind compose down -v && dind compose run bot-api bun test \ No newline at end of file