diff --git a/.github/workflows/backend.yaml b/.github/workflows/backend.yaml index a7523f53d7..f293029f73 100644 --- a/.github/workflows/backend.yaml +++ b/.github/workflows/backend.yaml @@ -26,7 +26,6 @@ jobs: sudo docker run --name mongo -p 27017:27017 -d mongo:4.2.3 sudo docker run --name redis -p 6379:6379 -d redis:5.0.7 redis-server sudo docker run --name realtime --env-file ./realtime/.env -e PORT=3300 --net=host -d oneuptime/realtime:latest - sudo docker run --name=samlIdp -p 9876:8080 -p 8443:8443 -e SIMPLESAMLPHP_SP_ENTITY_ID=hackerbay.io -e SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://localhost:3002/api/user/sso/callback -e SIMPLESAMLPHP_SP_SINGLE_LOGOUT_SERVICE=http://localhost/simplesaml/module.php/saml/sp/saml2-logout.php/test-sp -v $PWD/saml/users.php:/var/www/simplesamlphp/config/authsources.php -d kristophjunge/test-saml-idp sudo docker build -t oneuptime/init-script:3.0.$CI_PIPELINE_IID ./init-script sudo docker run -e NODE_ENV=development -e IS_SAAS_SERVICE=true -e IS_TESTING=true --net=host -d oneuptime/init-script:3.0.$CI_PIPELINE_IID sudo docker build -t oneuptime/probe:3.0.$CI_PIPELINE_IID ./probe