We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ac6b9 commit 439e683Copy full SHA for 439e683
1 file changed
.github/workflows/test.yml
@@ -115,6 +115,10 @@ jobs:
115
116
git fetch origin pull/15/head:pr-15
117
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!"
122
123
- name: Start Docker Services
124
if: matrix.os == 'ubuntu-latest'
@@ -136,6 +140,7 @@ jobs:
136
140
137
141
echo "4. Docker Stack is Healthy!"
138
142
docker ps
143
139
144
- name: Error
145
working-directory: ./services
146
run: |
0 commit comments