diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 9a8dd876..5443e6ed 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,10 +28,13 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Install dependencies + - name: Install Python dependencies run: | - pip install spid-sp-test>=1.2.8 + pip install spid-sp-test>=1.2.17 pip install flake8 + - name: Ispect Python dependencies + run: | + pip list - name: Lint with flake8 run: | ## stop the build if there are Python syntax errors or undefined names @@ -63,7 +66,7 @@ jobs: run: | cd Docker-compose/satosa-project spid_sp_test --idp-metadata > metadata/idp/spid-sp-test.xml - IDP_ENTITYID=https://localhost:8443/samlsso spid_sp_test --metadata-url https://localhost/spidSaml2/metadata --authn-url "http://localhost:8000/saml2/login/?idp=https://localhost/Saml2IDP/metadata&next=/saml2/echo_attributes&idphint=https%253A%252F%252Flocalhost%253A8443" -ap spid_sp_test.plugins.authn_request.SatosaSaml2Spid --extra --debug ERROR -tr + spid_sp_test --metadata-url https://localhost/spidSaml2/metadata --authn-url "http://localhost:8000/saml2/login/?idp=https://localhost/Saml2IDP/metadata&next=/saml2/echo_attributes&idphint=https%253A%252F%252Flocalhost%253A8443" -ap spid_sp_test.plugins.authn_request.SatosaSaml2Spid --extra --debug ERROR -tr - name: spid-sp-test CIE id metadata run: | cd Docker-compose/satosa-project