From 30d8ff2ec9da35c0192710e9412b8a59d44d2343 Mon Sep 17 00:00:00 2001 From: Alie Date: Sat, 6 Jan 2024 18:25:49 +0100 Subject: [PATCH] yarn --- .gitea/workflows/test.yaml | 4 ++-- bunfig.toml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 bunfig.toml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index bdd9f24..fd3efb3 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,10 +12,10 @@ jobs: - name: Starting docker daemon run: docker-init -- dockerd --host=unix:///var/run/docker.sock & - name: Installing necessary packages - run: apk add npm git curl bash + run: apk add yarn git curl bash - name: Check out repository code uses: actions/checkout@v3 - name: Install project dependencies - run: npm install --ignore-scripts + run: yarn install --ignore-scripts - name: Run docker-compose run: docker compose down -v && docker compose run bot-api bun test \ No newline at end of file diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..252e66d --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,4 @@ +[install.lockfile] +# whether to save a non-Bun lockfile alongside bun.lockb +# only "yarn" is supported +print = "yarn"