Checkout latest stable pgloader release (#28251)

* Checkout latest stable pgloader release
* Disable Mystql to Postgres migration check
Этот коммит содержится в:
Mario Vitale
2024-09-19 15:19:42 +02:00
коммит произвёл GitHub
родитель 40d2ae97f1
Коммит c27d536ad3
2 изменённых файлов: 6 добавлений и 4 удалений

9
.github/workflows/server-ci-template.yml поставляемый
Просмотреть файл

@@ -346,7 +346,8 @@ jobs:
name: server-build-artifact
path: server/build/
retention-days: 2
test-migration:
name: MySQL to PostgreSQL Migration
uses: ./.github/workflows/migration.yml
secrets: inherit
### Disabled until fixed
#test-migration:
# name: MySQL to PostgreSQL Migration
# uses: ./.github/workflows/migration.yml
# secrets: inherit