why docker off
test-dev / run-tests (pull_request) Failing after 2m16s Details

This commit is contained in:
Alie 2023-12-25 13:44:24 +01:00
parent 96fe4fdaae
commit 584f1d81fb
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Start docker
run: systemctl start docker
- name: Pull images
run: docker compose pull
- name: Run tests