testing moby
Unit Tests with docker compose / unit-test (pull_request) Failing after 34s Details
Unit Tests / unit-test (pull_request) Failing after 1m39s Details

This commit is contained in:
Sugui 2023-12-29 16:48:26 +01:00
parent 2684b2e1d5
commit 4dd4d18a92
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,5 @@ jobs:
uses: actions/checkout@v3
- name: Install Bun runtime
run: curl -fsSL https://bun.sh/install | bash
- name: Install docker-compose
run: apt update && apt install -y docker.io
- name: Run docker-compose
run: docker compose down -v && docker compose run bot-api bun test
run: moby compose down -v && moby compose run bot-api bun test