From 853afccfae8ace559f6a8ff0ae3ba0676000db96 Mon Sep 17 00:00:00 2001 From: Patryk Osmaczko Date: Wed, 10 Apr 2024 12:31:37 +0200 Subject: [PATCH] revert_: "ci: temporarily disable migration check" This reverts commit d4c0500200e2decd85668a02dbf6c12d92678322. --- _assets/ci/Jenkinsfile.tests | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_assets/ci/Jenkinsfile.tests b/_assets/ci/Jenkinsfile.tests index af0d5e6d7..e3e1ed1bc 100644 --- a/_assets/ci/Jenkinsfile.tests +++ b/_assets/ci/Jenkinsfile.tests @@ -72,14 +72,14 @@ pipeline { } } } - // stage('Migration') { - // when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544 - // expression { !isTestNightlyJob() } - // } - // steps { script { - // nix.shell('make migration-check', pure: false) - // } } - // } + stage('Migration') { + when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544 + expression { !isTestNightlyJob() } + } + steps { script { + nix.shell('make migration-check', pure: false) + } } + } stage('Commit') { when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544