fix jenkins tests
This commit is contained in:
parent
a588c4bb5f
commit
1eac8df171
|
@ -40,21 +40,21 @@ pipeline {
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build StatusQ Tests') {
|
stage('Build StatusQ Tests') {
|
||||||
steps {
|
steps { script {
|
||||||
nix.shell('make statusq-tests', pure: true)
|
nix.shell('make statusq-tests', pure: true)
|
||||||
}
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build StatusQ Sanity Checker') {
|
stage('Build StatusQ Sanity Checker') {
|
||||||
steps {
|
steps { script {
|
||||||
nix.shell('make statusq-sanity-checker', pure: true)
|
nix.shell('make statusq-sanity-checker', pure: true)
|
||||||
}
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build Storybook') {
|
stage('Build Storybook') {
|
||||||
steps {
|
steps { script {
|
||||||
nix.shell('make storybook-build', pure: true)
|
nix.shell('make storybook-build', pure: true)
|
||||||
}
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Check StatusQ Tests') {
|
stage('Check StatusQ Tests') {
|
||||||
|
|
Loading…
Reference in New Issue