mirror of
https://github.com/status-im/status-go.git
synced 2025-02-01 09:28:02 +00:00
parent
caf3de1190
commit
c98acf76f9
@ -74,6 +74,9 @@ 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)
|
||||
} }
|
||||
|
Loading…
x
Reference in New Issue
Block a user