diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 07e95af..a6536df 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -50,9 +50,9 @@ jobs: - name: Clone repository run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }} - #- name: Build all production containers - #working-directory: IoT-Systems - #run: docker-compose build + - name: Build all production containers + working-directory: IoT-Systems + run: docker-compose build - name: Start all production containers working-directory: IoT-Systems