1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

Separates build in push.yml

This commit is contained in:
Amir Raminfar
2020-04-16 14:31:49 -07:00
parent 2e656e8882
commit f644f7b9b3

View File

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