File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
submodules : false
49
49
50
50
- name : Build and start Docker Compose services
51
- run : bash ./setup_github.sh && echo "${FRONTEND_BUILD_CONTEXT}" && docker compose -f docker-compose.yaml up --build -d && cd test && npm run test:docker
51
+ run : bash ./setup_github.sh && docker compose -f docker-compose.yaml up --build -d && cd test && npm run test:docker
52
52
53
53
- name : Recursively show cwd
54
54
run : |
Original file line number Diff line number Diff line change 6
6
"test" : " cypress run" ,
7
7
"test:local" : " cypress run" ,
8
8
"test:local:gui" : " cypress open" ,
9
- "test:docker" : " docker compose run --rm test cypress run" ,
10
- "test:docker:gui" : " docker compose run --rm test cypress open "
9
+ "test:docker" : " docker compose run test npm run test:local:gui " ,
10
+ "test:docker:gui" : " docker compose run test npm run test "
11
11
},
12
12
"devDependencies" : {
13
13
"cypress" : " ^13.6.1"
You can’t perform that action at this time.
0 commit comments