update
Unit Tests / unit-test (pull_request) Failing after 1m43s Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 3m55s Details

This commit is contained in:
Sugui 2023-12-29 16:39:54 +01:00
parent e64474a4f4
commit 2684b2e1d5
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ jobs:
- name: Install Bun runtime
run: curl -fsSL https://bun.sh/install | bash
- name: Install docker-compose
run: apt install -y docker.io
run: apt update && apt install -y docker.io
- name: Run docker-compose
run: docker compose down -v && docker compose run bot-api bun test