Skip to content

Commit

Permalink
Add debugging output to OIDC CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Oct 16, 2024
1 parent ace2da7 commit b0f1364
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/oidc-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,15 @@ jobs:
sudo nginx -t
sudo systemctl restart nginx
- name: Dump contents of app.yml BEFORE copy
run: sudo cat plugins/arOidcPlugin/config/app.yml

- name: Update OIDC plugin app.yml file
run: sudo cp -v test/etc/oidc/arOidcPlugin/config/app.yml plugins/arOidcPlugin/config

- name: Dump contents of app.yml AFTER copy
run: sudo cat plugins/arOidcPlugin/config/app.yml

- name: Update factories.yml to use oidcUser
run: |
sudo sed -i 's/class: myUser/class: oidcUser/' config/factories.yml
Expand Down

0 comments on commit b0f1364

Please sign in to comment.