Revert nonessential setup action edits

This commit is contained in:
copilot-swe-agent[bot]
2026-05-26 18:06:37 +00:00
committed by GitHub
parent f90709b11f
commit 4f9ff49aaf
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ description: Deploy MySQL on Docker
inputs:
provider:
default: "docker"
description: "Deployment provider (currently only docker is supported)"
description: "Deployment provider: docker"
runs:
using: composite

View File

@@ -22,7 +22,6 @@ runs:
run: |
if [ "${{ inputs.provider }}" = "docker" ]; then
REPO_ROOT=$(git rev-parse --show-toplevel)
"${REPO_ROOT}/.github/scripts/pull-test-deps-images.sh"
docker compose -f "${REPO_ROOT}/tests-integration/fixtures/docker-compose.yml" up -d --wait postgres
exit 0
fi