Skip to content

Commit

Permalink
feat: additional docker debug in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Nov 14, 2024
1 parent 5cc4267 commit 34be821
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ jobs:
cat Docker-compose/satosa-project/metadata/sp/djangosaml2_sp.xml
- name: Inspect Satosa status
run: |
docker container inspect satosa-saml2spid
docker container inspect satosa-saml2spid
docker container logs satosa-saml2spid
- name: Copy Satosa IDP Metadata to djangosaml2 SP
run: |
wget -v --no-check-certificate https://localhost/Saml2IDP/metadata -O Docker-compose/djangosaml2_sp/saml2_sp/saml2_config/satosa-saml2spid.xml
wget -vd --no-check-certificate https://localhost/Saml2IDP/metadata -O Docker-compose/djangosaml2_sp/saml2_sp/saml2_config/satosa-saml2spid.xml
- name: Inspect Satosa IDP Metadata
run: |
cat Docker-compose/djangosaml2_sp/saml2_sp/saml2_config/satosa-saml2spid.xml
Expand Down

0 comments on commit 34be821

Please sign in to comment.