1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 16:06:40 +01:00

Nit clean up

This commit is contained in:
Amir Raminfar
2021-02-04 18:49:15 -08:00
parent afd5f63eb4
commit f3c3978ce7

View File

@@ -32,6 +32,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build images
run: docker-compose -f integration/docker-compose.test.yml build
run: docker-compose -f integration/docker-compose.test.yml build
- name: Run tests
run: docker-compose -f integration/docker-compose.test.yml run integration