From 2684b2e1d51b5c8a52577890e496b756e2fef837 Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 16:39:54 +0100 Subject: [PATCH] update --- .gitea/workflows/test-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-compose.yaml b/.gitea/workflows/test-compose.yaml index 3b3b6d2..7b2ece1 100644 --- a/.gitea/workflows/test-compose.yaml +++ b/.gitea/workflows/test-compose.yaml @@ -12,6 +12,6 @@ jobs: - name: Install Bun runtime run: curl -fsSL https://bun.sh/install | bash - name: Install docker-compose - run: apt install -y docker.io + run: apt update && apt install -y docker.io - name: Run docker-compose run: docker compose down -v && docker compose run bot-api bun test \ No newline at end of file