merge changes with how build, tests and development is handeled #32

Merged
bizcochito merged 2 commits from develop into main 2024-04-20 11:06:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 971905f138 - Show all commits

View File

@ -19,4 +19,4 @@ jobs:
- name: Install project dependencies - name: Install project dependencies
run: yarn install --frozen-lockfile --ignore-scripts run: yarn install --frozen-lockfile --ignore-scripts
- name: Run docker-compose - name: Run docker-compose
run: docker compose down -v && docker compose run bot-api bun test run: docker compose down -v && docker compose run bot-api 'bun test'