Skip to content

Commit 629083c

Browse files
committed
install mysql library but don't try to run tests
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 6a33f46 commit 629083c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
uses: actions/setup-go@v2
3333
with:
3434
go-version: 1.17.7
35+
- name: Install mysql on macOS
36+
if: startsWith(matrix.os, 'macOS')
37+
run: |
38+
brew install mysql
39+
PATH=$PATH:/usr/local/mysql/bin
3540
- name: Upgrade pip version
3641
run: |
3742
pip install --upgrade "pip>=22.1,<23"

0 commit comments

Comments
 (0)