diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 501044e88..2e5bf99ab 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,8 +6,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the stack - run: git submodule update --init --recursive - run: docker-compose up -d + run: | + git submodule update --init --recursive + docker-compose up -d - name: Test env: GN_INSTANCE_FOLDER: /tmp/gradio-node-instance