bun via npm
Unit Tests with docker compose / unit-test (pull_request) Failing after 54s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 54s
Details
This commit is contained in:
parent
9e49b472cc
commit
0c09c1bd99
|
@ -13,12 +13,12 @@ jobs:
|
|||
- name: Starting docker daemon
|
||||
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
|
||||
- name: Installing necessary packages
|
||||
run: apk add nodejs git curl bash patchelf
|
||||
run: apk add npm git curl bash
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install bun.sh
|
||||
run: test -f /root/.bun/bin/bun || { curl https://raw.githubusercontent.com/LowByteFox/bun-musl/main/bun-musl -o bun-musl; bash bun-musl install; }
|
||||
run: npm install -g bun
|
||||
- name: Install project dependencies
|
||||
run: /root/.bun/bin/bun i
|
||||
run: bun i
|
||||
- name: Run docker-compose
|
||||
run: docker compose down -v && docker compose run bot-api bun test
|
||||
|
|
Loading…
Reference in New Issue