changed moby to docker
Unit Tests with docker compose / unit-test (pull_request) Failing after 36s Details
Unit Tests / unit-test (pull_request) Failing after 1m55s Details

This commit is contained in:
Sugui 2023-12-29 17:04:19 +01:00
parent 3c723a8109
commit a09119ea45
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ jobs:
- name: Install Bun runtime
run: curl -fsSL https://bun.sh/install | bash
- name: Run docker-compose
run: moby compose down -v && moby compose run bot-api bun test
run: ducker compose down -v && docker compose run bot-api bun test