Skip to content

Commit

Permalink
List all tables in testing
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Feb 12, 2025
1 parent 5055350 commit 888a7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
ls -alh
mysql -h MARIADB -uroot -pmailboxdbs < ./sql/database.sql
mysql -h MARIADB -uroot -pmailboxdbs mailbox < ./sql/tables.sql
mysql -h MARIADB -uroot -pmailboxdbs -e "SHOW DATABASES;"
mysql -h MARIADB -uroot -pmailboxdbs -e "SHOW TABLES;" mailbox
- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 888a7ab

Please sign in to comment.