v1.0.0 #28

Merged
bizcochito merged 147 commits from develop into main 2024-01-14 19:49:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2684b2e1d5 - Show all commits

View File

@ -12,6 +12,6 @@ jobs:
- name: Install Bun runtime
run: curl -fsSL https://bun.sh/install | bash
- name: Install docker-compose
run: apt install -y docker.io
run: apt update && apt install -y docker.io
- name: Run docker-compose
run: docker compose down -v && docker compose run bot-api bun test