Compare commits
No commits in common. "071994a17c9a3c8f61c608062c070bff4ab1b154" and "8ed2261b90b01862d0c758453267a3f78f67eb1f" have entirely different histories.
071994a17c
...
8ed2261b90
|
@ -14,4 +14,4 @@ jobs:
|
||||||
- name: Install Bun runtime
|
- name: Install Bun runtime
|
||||||
run: curl -fsSL https://bun.sh/install | bash
|
run: curl -fsSL https://bun.sh/install | bash
|
||||||
- name: Run docker-compose
|
- name: Run docker-compose
|
||||||
run: dind --privileged compose down -v && dind --privileged compose run bot-api bun test
|
run: dind compose down -v && dind compose run bot-api bun test
|
Loading…
Reference in New Issue