Skip to content

Commit e103273

Browse files
committed
Add debugging output to OIDC CI workflow
1 parent ace2da7 commit e103273

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/oidc-integration-test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,23 @@ jobs:
121121
sudo nginx -t
122122
sudo systemctl restart nginx
123123
124+
- name: Dump contents of app.yml BEFORE copy
125+
run: sudo cat plugins/arOidcPlugin/config/app.yml
126+
124127
- name: Update OIDC plugin app.yml file
125128
run: sudo cp -v test/etc/oidc/arOidcPlugin/config/app.yml plugins/arOidcPlugin/config
126129

130+
- name: Dump contents of app.yml AFTER copy
131+
run: sudo cat plugins/arOidcPlugin/config/app.yml
132+
133+
- name: Dump contents of setting.yml
134+
run: |
135+
sudo cat apps/qubit/config/settings.yml
136+
137+
- name: Dump contents of setting.yml 2
138+
run: |
139+
sudo cat config/settings.yml
140+
127141
- name: Update factories.yml to use oidcUser
128142
run: |
129143
sudo sed -i 's/class: myUser/class: oidcUser/' config/factories.yml

0 commit comments

Comments
 (0)