buni
Unit Tests with docker compose / unit-test (pull_request) Failing after 34s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 34s
Details
This commit is contained in:
parent
18f456c83e
commit
006ea44a6a
|
@ -13,7 +13,9 @@ jobs:
|
|||
run: apk add nodejs git curl bash
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Bun runtime
|
||||
- name: Install bun runtime
|
||||
run: curl -fsSL https://bun.sh/install | bash
|
||||
- name: Install project dependencies
|
||||
run: bun install
|
||||
- name: Run docker-compose
|
||||
run: docker compose down -v && docker compose run bot-api bun test
|
Loading…
Reference in New Issue