Skip to content

Commit

Permalink
ci(default-bare): check update-alternatives php
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Dec 14, 2024
1 parent ef5dc80 commit 989c0b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/default-bare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
pwd
env
find -ls
dpkg -l | grep php
update-alternatives --config php
- name: Cleaning
run: |
set -x
Expand Down Expand Up @@ -113,6 +115,13 @@ jobs:
systemd-analyze --no-pager security apache2 || true
if: ${{ always() }}
continue-on-error: true
- name: After script - php
run: |
set -x
dpkg -l | grep php
update-alternatives --config php
if: ${{ always() }}
continue-on-error: true
- name: After script - python
run: |
set -x
Expand Down

0 comments on commit 989c0b6

Please sign in to comment.