Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Giallonardo committed Apr 3, 2023
2 parents ed65aad + 9028deb commit b71ce80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ jobs:
- name: Update apt repo
run: sudo apt update
- name: Install dependencies
run: sudo apt install -y libxml2-dev libxmlsec1-dev libxmlsec1-openssl xmlsec1 python3-pip
- name: Install spid-compliant-certificates cryptography correct version
run: sudo pip install -Iv cryptography==38.0.4
run: sudo apt install -y libxml2-dev libxmlsec1-dev libxmlsec1-openssl xmlsec1 python3-pip && pip install cryptography==38.0.4
- name: Install spid-sp-test
run: sudo pip install spid-sp-test --upgrade --no-cache
- name: Test Requests/Responses with spid-sp-test
run: spid_sp_test --metadata-url https://localhost:5001/metadata-cie/metadata1.xml --authn-url https://localhost:5001/home/login --extra --debug ERROR --profile cie-sp-public -tr
- name: Test Metadata spid-sp-public with spid-sp-test
run: spid_sp_test --metadata-url https://localhost:5001/metadata-cie/metadata1.xml --extra --debug ERROR --profile cie-sp-public
- name: Test Metadata spid-sp-private with spid-sp-test
Expand Down

0 comments on commit b71ce80

Please sign in to comment.