Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 3aa6327

Browse files
authored
Update mysql port in Tests Pipeline
1 parent 41f8a1d commit 3aa6327

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
run: |
5252
python -m pip install --upgrade pip
5353
pip install -r requirements.txt
54+
- name: Prepare Env Variables
55+
run: sed -i "s/3306/${{ job.services.mysql.ports['3306'] }}/g" .env.testing
5456
- name: Create environment file
5557
run: cp .env.testing .env
5658
- name: Run Tests

0 commit comments

Comments
 (0)