bun musl real???
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m4s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m4s
Details
This commit is contained in:
parent
73a5ad12ef
commit
1dd49ec024
|
@ -13,10 +13,12 @@ jobs:
|
|||
- name: Starting docker daemon
|
||||
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
|
||||
- name: Installing necessary packages
|
||||
run: apk add yarn git curl bash
|
||||
run: apk add git curl bash
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install bun.sh
|
||||
run: curl https://raw.githubusercontent.com/LowByteFox/bun-musl/main/bun-musl -o bun-musl && ./bun-musl install
|
||||
- name: Install project dependencies
|
||||
run: yarn install --frozen-lockfile --ignore-scripts
|
||||
run: bun install
|
||||
- name: Run docker-compose
|
||||
run: docker compose down -v && docker compose run bot-api bun test
|
|
@ -1,4 +0,0 @@
|
|||
[install.lockfile]
|
||||
# whether to save a non-Bun lockfile alongside bun.lockb
|
||||
# only "yarn" is supported
|
||||
print = "yarn"
|
Loading…
Reference in New Issue