Skip to content

Commit

Permalink
Setup mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 22, 2024
1 parent e67bd42 commit cc5e8bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
EOF
cat <<EOF >Dockerfile
FROM rabbitmq:3.9-management
FROM rabbitmq:3.12-management
COPY rabbitmq.conf /etc/rabbitmq/rabbitmq.conf
EOF
Expand All @@ -65,6 +65,12 @@ jobs:
set -eux
pip install --disable-pip-version-check -e "."[cicd,client,server,developer]
- uses: shogo82148/actions-setup-mysql@v1
with:
distribution: "mariadb"
mysql-version: "11.3"
auto-start: false

- name: Set up test database
run: |
set -eu
Expand Down

0 comments on commit cc5e8bd

Please sign in to comment.