From 006ea44a6a4386b841ff75d652d0b3d3e63de292 Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 18:38:25 +0100 Subject: [PATCH] buni --- .gitea/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6003096..d4fbf7b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,7 +13,9 @@ jobs: run: apk add nodejs git curl bash - name: Check out repository code uses: actions/checkout@v3 - - name: Install Bun runtime + - name: Install bun runtime run: curl -fsSL https://bun.sh/install | bash + - name: Install project dependencies + run: bun install - name: Run docker-compose run: docker compose down -v && docker compose run bot-api bun test \ No newline at end of file