fix jenkins tests

This commit is contained in:
Anton Iakimov 2024-10-18 11:29:16 +02:00
parent a588c4bb5f
commit 1eac8df171
No known key found for this signature in database
1 changed files with 6 additions and 6 deletions

View File

@ -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') {