Skip to content

Commit 6337f49

Browse files
authored
Update databases.yml
1 parent ffb84e8 commit 6337f49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/databases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
brew install mysql
3232
brew install mysql@5.7
3333
brew unlink mysql && brew link mysql@5.7
34+
echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> /Users/runner/.bash_profile
35+
bash
3436
mysql --version
3537
mysqldump --version
36-
echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> /Users/runner/.bash_profile
37-
source
3838
# Runs a single command using the runners shell
3939
- name: Check MySQL schemas
4040
uses: ./

0 commit comments

Comments
 (0)