Update Jenkinsfile

This commit is contained in:
Brady-Malott 2023-02-17 20:05:09 -05:00 committed by GitHub
parent b86eca2af8
commit 3b74eb127b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -18,6 +18,7 @@ pipeline {
}
stage('Selenium Tests') {
steps {
echo 'Running Selenium Tests...'
//sh 'python3 selenium.py'
}
}