From 5b2196fbd907e5a8ddf79b7f47fe1158c8ec47cc Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 17:21:44 +0100 Subject: [PATCH] being root --- .gitea/workflows/test-compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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