diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6abbeff..503b6bd 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: curl https://raw.githubusercontent.com/LowByteFox/bun-musl/main/bun-musl -o bun-musl && ./bun-musl install + run: curl https://raw.githubusercontent.com/LowByteFox/bun-musl/main/bun-musl -o bun-musl && bash bun-musl install - name: Install project dependencies run: bun install - name: Run docker-compose