Skip to content

Commit

Permalink
Add verbose switch to 'cp app.yml'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Oct 16, 2024
1 parent 41ef5f0 commit 3bb55e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oidc-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
sudo systemctl restart nginx
- name: Update OIDC plugin app.yml file
run: sudo cp test/etc/oidc/arOidcPlugin/config/app.yml plugins/arOidcPlugin/config
run: sudo cp -v test/etc/oidc/arOidcPlugin/config/app.yml plugins/arOidcPlugin/config

- name: Update factories.yml to use oidcUser
run: |
Expand Down

0 comments on commit 3bb55e4

Please sign in to comment.