Skip to content

Commit

Permalink
Remove metadata retreival
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Sep 18, 2024
1 parent c4852c0 commit a310412
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,11 +668,6 @@ jobs:
run: echo "${{ matrix.config_file_content }}" > config/dev.local.exs
- name: Mix setup
run: mix setup
- name: Download SAML metadata.xml
if: matrix.test == 'saml'
run: |
mkdir priv/saml
wget -O priv/saml/metadata.xml http://localhost:8081/realms/trento/protocol/saml/descriptor
- name: Run trento detached
run: mix phx.server &
- name: Cypress run
Expand Down

0 comments on commit a310412

Please sign in to comment.