From e5d191dd58900523ce70b2d26cabb64115a8bdcb Mon Sep 17 00:00:00 2001 From: Alie Date: Fri, 29 Dec 2023 16:14:37 +0100 Subject: [PATCH] forgor to pipe --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 80a39fb..2b9102c 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,9 +7,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 - - name: Install Bun - run: curl -fsSL https://bun.sh/install - - name: Bun install + - name: Install Bun runtime + run: curl -fsSL https://bun.sh/install | sh + - name: Install dependencies run: bun install - name: Run the test run: bun test \ No newline at end of file