dind
test-dev / run-tests (pull_request) Failing after 2s Details

This commit is contained in:
Alie 2023-12-25 13:54:09 +01:00
parent 58d29498d6
commit 5db8659172
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,16 @@ on:
jobs:
run-tests:
container:
image: catthehacker/ubuntu:act-latest
image: docker/docker:stable-dind
#image: catthehacker/ubuntu:act-latest
env:
COMPOSE_FILE: compose.yaml
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
DOCKER_HOST: unix:///run/user/1000/docker.sock
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Pull images
run: docker compose pull
run: dind compose pull
- name: Run tests
run: docker compose run bot-api bun test
run: dind compose run bot-api bun test