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