From 393b335c5de1a257f0e18e2bb0af9cbb8717f41d Mon Sep 17 00:00:00 2001 From: Alie Date: Sat, 6 Jan 2024 19:21:32 +0100 Subject: [PATCH] thanks internet --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a8af46d..9092ef8 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Install bun.sh - run: test -f /root/.bun/bin/bun || curl https://raw.githubusercontent.com/LowByteFox/bun-musl/main/bun-musl -o bun-musl && bash bun-musl install + run: test -f /root/.bun/bin/bun || { curl https://raw.githubusercontent.com/LowByteFox/bun-musl/main/bun-musl -o bun-musl && bash bun-musl install } - name: Install project dependencies run: /root/.bun/bin/bun i - name: Run docker-compose