remove test-schema from the CI pipeline (#22378)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2023-03-06 10:38:09 +03:00
коммит произвёл GitHub
родитель fc85f49e01
Коммит 274b932c4b
7 изменённых файлов: 0 добавлений и 6577 удалений

Просмотреть файл

@@ -465,14 +465,6 @@ test-compile: ## Compile tests.
$(GO) test $(GOFLAGS) -c $$package; \
done
test-db-migration: start-docker ## Gets diff of upgrade vs new instance schemas.
./scripts/mysql-migration-test.sh 6.0.0
./scripts/psql-migration-test.sh 6.0.0
test-db-migration-v5: start-docker ## Gets diff of upgrade vs new instance schemas.
./scripts/mysql-migration-test.sh 5.0.0
./scripts/psql-migration-test.sh 5.0.0
gomodtidy:
@cp go.mod go.mod.orig
@cp go.sum go.sum.orig