Skip to content

Commit

Permalink
Change mysql password
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Feb 12, 2024
1 parent 1f8fec5 commit b404b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Set up MySQL
env:
DB_DATABASE: bitcoinlib_test
DB_USER: user
DB_PASSWORD: password
DB_USER: root
DB_PASSWORD: root
run: |
sudo /etc/init.d/mysql start
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }}
Expand Down

0 comments on commit b404b7f

Please sign in to comment.