We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb84e8 commit 6337f49Copy full SHA for 6337f49
1 file changed
.github/workflows/databases.yml
@@ -31,10 +31,10 @@ jobs:
31
brew install mysql
32
brew install mysql@5.7
33
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
36
mysql --version
37
mysqldump --version
- echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> /Users/runner/.bash_profile
- source
38
# Runs a single command using the runners shell
39
- name: Check MySQL schemas
40
uses: ./
0 commit comments