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