Added fake data for test and dev environment #17
|
@ -11,7 +11,5 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- 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: Install docker-compose
|
|
||||||
run: apt update && apt install -y docker.io
|
|
||||||
- name: Run docker-compose
|
- name: Run docker-compose
|
||||||
run: docker compose down -v && docker compose run bot-api bun test
|
run: moby compose down -v && moby compose run bot-api bun test
|
Loading…
Reference in New Issue