added mountpoints to existing directories on didn
Unit Tests with docker compose / unit-test (pull_request) Successful in 5m21s Details

This commit is contained in:
Alie 2024-01-06 17:32:04 +01:00
parent e47f265faa
commit 937c7db2d5
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ jobs:
container:
image: docker:dind
volumes:
- /var/lib/docker/image:/var/lib/docker/image:rw
- /var/lib/docker:/mnt:rw
- /root:/root:rw
steps:
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
@ -15,6 +16,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install project dependencies
run: npm ci --ignore-scripts
run: npm install --ignore-scripts
- name: Run docker-compose
run: docker compose down -v && docker compose run bot-api bun test