Skip to content

Commit

Permalink
Add restart php-fpm in OIDC test action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Oct 16, 2024
1 parent 798319f commit 41ef5f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/oidc-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ jobs:
run: |
php symfony cc
- name: Restart php-fpm
run: |
sudo systemctl restart php7.4-fpm
sudo php-fpm7.4 --test
- name: Change filesystem permissions
run: sudo chown -R www-data:www-data ${{ github.workspace }}

Expand Down

0 comments on commit 41ef5f0

Please sign in to comment.