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