File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- name : Build and start Docker Compose services then run tests
53
53
run : |
54
- ./setup_github.sh &&
55
- docker-compose --profile baseServices up --build --no-deps -d &&
54
+ ./build_github.sh &&
56
55
cd test && npm install && npx cypress run; docker ps
57
56
58
57
# - name: check dns is working
Original file line number Diff line number Diff line change 1
1
[submodule "repo_refs/react1-app "]
2
2
path = repo_refs/react1-app
3
- url = ${FRONTEND_BUILD_CONTEXT}
3
+ url = github.com/perfetti/react1-app.git
4
+ branch = main
4
5
[submodule "repo_refs/react2-app "]
5
6
path = repo_refs/react2-app
6
- url = ${BACKEND_BUILD_CONTEXT}
7
+ url = github.com/perfetti/react2-app.git
8
+ branch = main
7
9
[submodule "repo_refs/rails-app "]
8
10
path = repo_refs/rails-app
9
- url = ${API_BUILD_CONTEXT}
11
+ url = github.com/perfetti/rails-app.git
12
+ branch = main
You can’t perform that action at this time.
0 commit comments