Compare commits

..

No commits in common. "cf1e93afd1a40e4534c4b097c4323b7f7f6a48db" and "c27ce7273a82c424876be37e6c54021a7de646ee" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,5 @@ jobs:
uses: actions/checkout@v3
- name: Install Bun runtime
run: curl -fsSL https://bun.sh/install | bash
- name: Be root
run: su
- 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