Skip to content

Commit

Permalink
ci: fix nightly pipeline test set
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Jul 17, 2024
1 parent 70b3ed9 commit 3bb5a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/public_nightly.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ node {
if (env.CHANGE_BRANCH && env.CHANGE_BRANCH.contains('ci-dev')) {
runTests(DOCKER_IMAGE, 'dev');
} else {
runTests(DOCKER_IMAGE, 'pr');
runTests(DOCKER_IMAGE, 'nightly');
}
}

Expand Down

0 comments on commit 3bb5a8c

Please sign in to comment.