Skip to content

Commit

Permalink
Remove manual service startup, it started up the wrong DB
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Dec 19, 2023
1 parent 391d9c6 commit 1fa9522
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,6 @@ jobs:
# Bust the cache at least once a month - output format: YYYY-MM.
custom-cache-suffix: $(date -u "+%Y-%m")

- name: Start MySQL server
if: ${{ matrix.dbtype != 'sqlite' }}
run: sudo systemctl start wpclimysql

- name: Configure DB environment
if: ${{ matrix.dbtype != 'sqlite' }}
run: |
Expand Down

0 comments on commit 1fa9522

Please sign in to comment.