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