Skip to content

Commit

Permalink
[bug] don't test self-update/rollback on release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Sep 20, 2021
1 parent 3577cba commit bb940d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,19 @@ jobs:
with:
name: phpmyadmin.phar
path: .
- run: |

- name: Test init/run
run: |
mv phpmyadmin.phar phpmyadmin
chmod +x phpmyadmin
./phpmyadmin init --no-interaction --password=1234
./phpmyadmin
sleep 2
curl -I http://127.0.0.1:8888
- name: Test self-update/rollback
if: github.event_name != 'release'
run: |
./phpmyadmin --version
./phpmyadmin self-update
./phpmyadmin --version
Expand Down

0 comments on commit bb940d7

Please sign in to comment.