From 1c05d114a4665da52f705ac5c568badca91fc8f7 Mon Sep 17 00:00:00 2001 From: Alie Date: Fri, 29 Dec 2023 16:11:49 +0100 Subject: [PATCH] changed the image --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c4db36b..80a39fb 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -4,11 +4,11 @@ on: [pull_request] jobs: unit-test: - container: - image: oven/bun:1 steps: - name: Check out repository code uses: actions/checkout@v3 + - name: Install Bun + run: curl -fsSL https://bun.sh/install - name: Bun install run: bun install - name: Run the test