replace public links of not public repositorys, init submodules in test

This commit is contained in:
einhornimmond 2021-03-08 11:50:28 +01:00
parent c427ced487
commit 9b18adeb0a
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: git submodule update --init --recursive
run: docker-compose up -d
- name: Test
env:

4
.gitmodules vendored
View File

@ -4,7 +4,7 @@
branch = master
[submodule "login_server"]
path = login_server
url = https://github.com/gradido/gradido_login_server.git
url = git@github.com:gradido/gradido_login_server.git
[submodule "community_server"]
path = community_server
url = https://github.com/gradido/gradido_community_server.git
url = git@github.com:gradido/gradido_community_server.git