mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-04 04:50:37 +00:00
Revert nonessential setup action edits
This commit is contained in:
committed by
GitHub
parent
f90709b11f
commit
4f9ff49aaf
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user