mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-04 08:35:30 +00:00
fix syntax
This commit is contained in:
parent
9b18adeb0a
commit
a9316e82da
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user