diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d4fbf7b..3451eb2 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -16,6 +16,6 @@ jobs: - name: Install bun runtime run: curl -fsSL https://bun.sh/install | bash - name: Install project dependencies - run: bun install + run: ~/.bun/bin/bun install - name: Run docker-compose run: docker compose down -v && docker compose run bot-api bun test \ No newline at end of file