dind
Unit Tests with docker compose / unit-test (pull_request) Failing after 4s Details
Unit Tests / unit-test (pull_request) Failing after 2m26s Details

This commit is contained in:
Sugui 2023-12-29 17:06:49 +01:00
parent a4f4ebbbd2
commit 7230a08cc9
1 changed files with 2 additions and 2 deletions

View File

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