File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33
33
DATABASE_USERNAME : " postgres"
34
34
RAILS_RELATIVE_URL_ROOT : " /api"
35
35
36
+ # FRONTEND_BUILD_CONTEXT: "https://${{secrets.GH_TOKEN}}@${{env.FRONTEND_REPO_URL}}#${{env.FRONTEND_REF}}"
37
+ # API_BUILD_CONTEXT: "https://${{secrets.GH_TOKEN}}@${{env.API_REPO_URL}}#${{env.API_REF}}"
38
+ # BACKEND_BUILD_CONTEXT: "https://${{secrets.GH_TOKEN}}@${{env.BACKEND_REPO_URL}}#${{env.BACKEND_REF}}"
39
+
36
40
jobs :
37
41
test :
38
42
runs-on : ubuntu-latest
48
52
submodules : false
49
53
50
54
- name : Build and start Docker Compose services
51
- run : docker- compose -f docker-compose.yaml up --build -d && cd test && npm install && npm run test:local
55
+ run : bash ./setup_github.sh && echo $FRONTEND_BUILD_CONTEXT && docker compose -f docker-compose.yaml up --build -d && cd test && npm run test:docker
52
56
53
57
- name : Recursively show cwd
54
58
run : |
File renamed without changes.
You can’t perform that action at this time.
0 commit comments