diff --git a/.github/workflows/dev-workflow.yml b/.github/workflows/dev-workflow.yml index 857b33dd..15c17d56 100644 --- a/.github/workflows/dev-workflow.yml +++ b/.github/workflows/dev-workflow.yml @@ -29,9 +29,9 @@ jobs: run: working-directory: "DeFi-Data-Engine/" -# steps: -# - name: Create Containers -# run: sudo docker compose create steps: + - name: Create Containers + run: docker compose create + - name: Start services run: docker compose start