Skip to content

Commit

Permalink
Add login container to e2e tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Feb 24, 2023
1 parent d0069c3 commit 463706a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ jobs:
image: redis:7.0.8-alpine3.17
ports:
- 6379:6379
login:
image: kristophjunge/test-saml-idp
ports:
- '8081:8080'
environment:
- SIMPLESAMLPHP_SP_ENTITY_ID=http://host.docker.internal:8080/sp
- SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://localhost:8080/login/callback
- SIMPLESAMLPHP_SP_SINGLE_LOGOUT_SERVICE=http://localhost:8080/logout/callback
volumes:
- ./config/simplesamlphp-users.php:/var/www/simplesamlphp/config/authsources.php
- ./config/saml20-idp-hosted.php:/var/www/simplesamlphp/metadata/saml20-idp-hosted.php

steps:
- name: Checkout code
Expand Down

0 comments on commit 463706a

Please sign in to comment.