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 c1f70ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
username: 'postgres'
password: 'postgres'

- name: Setup - MySQL
id: postgres-setup
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 c1f70ec

Please sign in to comment.