From c8fa9cc2ddf6b328ec198d8f1fd99313b1b8ac94 Mon Sep 17 00:00:00 2001 From: Alie Date: Fri, 29 Dec 2023 16:22:03 +0100 Subject: [PATCH] ok, then directly execute --- .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 783ca77..f4b14f5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,8 +10,8 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Install Bun runtime - run: curl -fsSL https://bun.sh/install | bash && bash + run: curl -fsSL https://bun.sh/install | bash - name: Install dependencies - run: bun install + run: ~/.bun/bin/bun install - name: Run the test - run: bun test \ No newline at end of file + run: ~/.bun/bin/bun test \ No newline at end of file