Compare commits
2 Commits
8ed2261b90
...
071994a17c
Author | SHA1 | Date |
---|---|---|
Sugui | 071994a17c | |
Sugui | aca87e205b |
|
@ -14,4 +14,4 @@ jobs:
|
|||
- name: Install Bun runtime
|
||||
run: curl -fsSL https://bun.sh/install | bash
|
||||
- name: Run docker-compose
|
||||
run: dind compose down -v && dind compose run bot-api bun test
|
||||
run: dind --privileged compose down -v && dind --privileged compose run bot-api bun test
|
Loading…
Reference in New Issue