From a9316e82daac27b213b8da74f5605c43c48ff357 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Mon, 8 Mar 2021 11:52:59 +0100 Subject: [PATCH] fix syntax --- .github/workflows/push.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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