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
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}" && dockercompose -f docker-compose.yaml up --build -d && cd test && npm run test:docker
0 commit comments