mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-19 18:18:38 +00:00
fix jenkins tests
This commit is contained in:
parent
a588c4bb5f
commit
1eac8df171
@ -40,21 +40,21 @@ pipeline {
|
||||
|
||||
stages {
|
||||
stage('Build StatusQ Tests') {
|
||||
steps {
|
||||
steps { script {
|
||||
nix.shell('make statusq-tests', pure: true)
|
||||
}
|
||||
} }
|
||||
}
|
||||
|
||||
stage('Build StatusQ Sanity Checker') {
|
||||
steps {
|
||||
steps { script {
|
||||
nix.shell('make statusq-sanity-checker', pure: true)
|
||||
}
|
||||
} }
|
||||
}
|
||||
|
||||
stage('Build Storybook') {
|
||||
steps {
|
||||
steps { script {
|
||||
nix.shell('make storybook-build', pure: true)
|
||||
}
|
||||
} }
|
||||
}
|
||||
|
||||
stage('Check StatusQ Tests') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user