Skip to content

Commit

Permalink
Add MySQL to GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Nov 27, 2024
1 parent b990a57 commit 16517cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
username: 'postgres'
password: 'postgres'

- name: Setup - MySQL
uses: shogo82148/actions-setup-mysql@v1
with:
root-password: ""
user: "root"
password: ""

- name: Setup - GHC ${{ matrix.ghc-version }}
uses: haskell-actions/setup@v2
id: setup
Expand Down

0 comments on commit 16517cf

Please sign in to comment.