Skip to content

Commit

Permalink
feat: Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Dec 31, 2024
1 parent 44833c9 commit 2f616fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,3 @@ jobs:
mysql -h ${{ secrets.DB_HOST }} -P ${{ secrets.DB_PORT }} -u ${{ secrets.DB_USERNAME }} -p${{ secrets.DB_PASSWORD }} ${{ secrets.DB_DATABASE }} -e "DESCRIBE users;"
mysql -h ${{ secrets.DB_HOST }} -P ${{ secrets.DB_PORT }} -u ${{ secrets.DB_USERNAME }} -p${{ secrets.DB_PASSWORD }} ${{ secrets.DB_DATABASE }} -e "SELECT * FROM migrations;"

0 comments on commit 2f616fe

Please sign in to comment.