Skip to content

Commit

Permalink
don't create user that exists
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Dec 30, 2023
1 parent ba9d004 commit 505c2fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ jobs:
- name: Reset Database
run: |
sudo mysql -proot -e 'drop database if exists phplistdb'
sudo mysqladmin -proot create phplistdb
sudo mysql -proot -e 'create user phplist@"%" identified by "phplist"; grant all on phplistdb.* to phplist@"%"'
sudo mysql -proot -e 'drop database if exists phplistdb; create database phplistdb;'
- name: Run BDD Tests UI
run: |
Expand Down

0 comments on commit 505c2fa

Please sign in to comment.