bun musl real???
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m4s Details

This commit is contained in:
Alie 2024-01-06 18:51:44 +01:00
parent 73a5ad12ef
commit 1dd49ec024
3 changed files with 4 additions and 3058 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
[install.lockfile]
# whether to save a non-Bun lockfile alongside bun.lockb
# only "yarn" is supported
print = "yarn"

3052
yarn.lock

File diff suppressed because it is too large Load Diff