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"