fix syntax

This commit is contained in:
einhornimmond 2021-03-08 11:52:59 +01:00
parent 9b18adeb0a
commit a9316e82da

View File

@ -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