Skip to content

Commit 6896f14

Browse files
author
David Erb
committed
use default port for in-built mysql
1 parent 23d2777 commit 6896f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Run tests
8989
env:
9090
MYSQL_HOST: 127.0.0.1
91-
MYSQL_PORT: ${{ job.services.mysql_service.ports[3306] }}
91+
# MYSQL_PORT: ${{ job.services.mysql_service.ports[3306] }}
9292
run: |
9393
sudo apt install environment-modules
9494
export MODULESHOME=/usr/share/modules

0 commit comments

Comments
 (0)