Skip to content

Commit

Permalink
dump db too
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 6, 2024
1 parent db7850b commit d2d1f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
for service in $services; do
docker compose --profile dev logs $service > "logs/${service}.log"
done
docker compose --profile dev exec mariadb-dev mysqldump drupal_default > logs/drupal_default.sql
- name: Upload logs as artifacts
if: ${{ always() }}
Expand Down
4 changes: 2 additions & 2 deletions tests/ping.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ while true; do
fi

((COUNTER++))
if [ "${COUNTER}" -eq 75 ]; then
echo "Failed to come online after 6m"
if [ "${COUNTER}" -eq 50 ]; then
echo "Failed to come online after 4m"
exit 1
fi
sleep 5;
Expand Down

0 comments on commit d2d1f0f

Please sign in to comment.