Added fake data for test and dev environment #17
|
@ -16,4 +16,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: docker compose down -v && docker compose run bot-api bun test
|
Loading…
Reference in New Issue