unit testing #7

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

View File

@ -14,6 +14,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install project dependencies
run: docker run over/bun:1 bun install
run: docker run oven/bun:1 bun install
- name: Run docker-compose
run: docker compose down -v && docker compose run bot-api bun test