Skip to content

Commit

Permalink
fix driver ver check step
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Dec 13, 2024
1 parent 27fb616 commit 76b8887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pipeline {
stage("CHECK chromedriver 126") {
steps{
sh """
/usr/local/bin/chromedriver
/usr/local/bin/chromedriver --version
"""
}
}
Expand Down

0 comments on commit 76b8887

Please sign in to comment.