Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 30, 2024
1 parent 3dd61e7 commit 57ce1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/REUSABLE_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ jobs:
- name: mysql version 1
if: ${{ matrix.driver == 'mysql' || matrix.driver == 'mariadb' }}
run: |
sudo /etc/init.d/mysql start
mysql -h localhost --port 13306 -uroot -proot -e "SELECT @@VERSION"
- name: Create ${{ matrix.db }} Database
Expand Down

0 comments on commit 57ce1ba

Please sign in to comment.