diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3451eb2..390770f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: container: image: docker:dind steps: - - name: ps + - name: Starting docker daemon run: docker-init -- dockerd --host=unix:///var/run/docker.sock & - name: Installing necessary packages run: apk add nodejs git curl bash @@ -15,7 +15,9 @@ jobs: uses: actions/checkout@v3 - name: Install bun runtime run: curl -fsSL https://bun.sh/install | bash + - name: Open a new shell + run: bash - name: Install project dependencies - run: ~/.bun/bin/bun install + run: bun install - name: Run docker-compose run: docker compose down -v && docker compose run bot-api bun test \ No newline at end of file