Skip to content

Commit 439e683

Browse files
committed
test
1 parent a0ac6b9 commit 439e683

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
116116
git fetch origin pull/15/head:pr-15
117117
git merge pr-15 --no-edit
118+
sed -i 's/localhost:8000/172.28.0.2:8000/g' config/database/update.sh
119+
120+
# Verify the change
121+
grep "172.28.0.2" config/database/update.sh || echo "Patch failed!"
118122
119123
- name: Start Docker Services
120124
if: matrix.os == 'ubuntu-latest'
@@ -136,6 +140,7 @@ jobs:
136140
137141
echo "4. Docker Stack is Healthy!"
138142
docker ps
143+
139144
- name: Error
140145
working-directory: ./services
141146
run: |

0 commit comments

Comments
 (0)