diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f58295e..9b8a134 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Install Bun runtime - run: curl -fsSL https://bun.sh/install | bash + run: curl -fsSL https://bun.sh/install | bash && source /root/.bashrc - name: Install dependencies run: bun install - name: Run the test