Compare commits

...

2 Commits

Author SHA1 Message Date
Sugui 071994a17c Merge branch 'testing' of ssh://git.fai.st:2600/fedi-image-bot/bot-api into testing
Unit Tests with docker compose / unit-test (pull_request) Failing after 47s Details
Unit Tests / unit-test (pull_request) Failing after 1m36s Details
2023-12-29 17:12:06 +01:00
Sugui aca87e205b privileged 2023-12-29 17:12:04 +01:00
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: dind compose down -v && dind compose run bot-api bun test
run: dind --privileged compose down -v && dind --privileged compose run bot-api bun test