Skip to content

Commit

Permalink
fix mariadb port
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 9, 2024
1 parent 8e761e4 commit 3ea2925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
env:
MARIADB_ROOT_PASSWORD: root
MARIADB_DATABASE: test
MARIADB_PORT: 3307
ports:
- 3307:3307
- 3307:3306 # avoid conflict w/ mysql
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3ea2925

Please sign in to comment.