v1.0.0 #28

Merged
bizcochito merged 147 commits from develop into main 2024-01-14 19:49:34 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 3526729166 - Show all commits

View File

@ -5,7 +5,7 @@ on: [pull_request]
jobs:
unit-test:
container:
image: guglio/dind-compose:latest
image: docker:latest
steps:
- name: Installing necessary packages
run: apk add nodejs git curl bash
@ -14,4 +14,4 @@ jobs:
- name: Install Bun runtime
run: curl -fsSL https://bun.sh/install | bash
- name: Run docker-compose
run: dind compose down -v && dind compose run bot-api bun test
run: docker compose down -v && docker compose run bot-api bun test