Fix robot tests

This commit is contained in:
Zoe Roux
2023-03-16 14:49:32 +09:00
parent e17b4c6e23
commit 38040ba1d3
2 changed files with 4 additions and 24 deletions
+3 -2
View File
@@ -17,7 +17,9 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Pull images
run: docker-compose pull
run: |
cp .env.example .env
docker-compose pull
- name: Docker cache
uses: satackey/action-docker-layer-caching@v0.0.11
@@ -28,7 +30,6 @@ jobs:
- name: Start the service
run: |
cp .env.example .env
docker-compose up -d
- name: Perform healthchecks