You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ jobs:
48
48
submodules: false
49
49
50
50
- 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
51
+
run: bash ./setup_github.sh && echo "${FRONTEND_BUILD_CONTEXT}" && dockercompose -f docker-compose.yaml up --build -d && cd test && npm run test:docker
0 commit comments