Skip to content

Commit 478dfac

Browse files
committed
WIP
1 parent 1538046 commit 478dfac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ jobs:
150150
FOUND=0
151151
152152
for i in $(seq 1 $MAX_RETRIES); do
153-
docker compose exec somleng bundle exec rails runner "puts GetAccountBalance.call(Account.find('${{ steps.bootstrap_db.outputs.account_sid }}'))"
154-
155153
response=$(curl --fail -s -u "${{ steps.bootstrap_db.outputs.account_sid }}:${{ steps.bootstrap_db.outputs.auth_token }}" \
156154
"http://api.lvh.me:3000/2010-04-01/Accounts/${{ steps.bootstrap_db.outputs.account_sid }}/Messages/${{ steps.test_outbound_sms.outputs.message_sid }}")
157155
price=$(echo $response | jq -r '.price')
@@ -170,8 +168,6 @@ jobs:
170168
echo "❌ Pricing not updated after $((MAX_RETRIES * SLEEP_INTERVAL)) seconds."
171169
echo "Dumping full response for debugging:"
172170
echo $response
173-
echo "Dumping scheduler logs"
174-
docker compose logs somleng-scheduler
175171
exit 1
176172
fi
177173

0 commit comments

Comments
 (0)