unit testing #7

Merged
Suguivy merged 67 commits from testing into develop 2023-12-31 11:11:23 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit ac98daa71e - Show all commits

View File

@ -7,7 +7,7 @@ jobs:
container:
image: docker:dind
steps:
- name: ps
- 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
@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v3
- name: Install bun runtime
run: curl -fsSL https://bun.sh/install | bash
- name: Open a new shell
run: bash
- name: Install project dependencies
run: ~/.bun/bin/bun install
run: bun install
- name: Run docker-compose
run: docker compose down -v && docker compose run bot-api bun test