Skip to content

Commit

Permalink
improving tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Riceyo committed Nov 18, 2024
1 parent b4b97aa commit 353eab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ steps:
runTestsInIsolation: false
codeCoverageEnabled: false
testRunTitle: ${{parameters.TestName}}
otherConsoleOptions: '/stoponerror'
continueOnError: false
1 change: 1 addition & 0 deletions templates/run_tests_with_category.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ steps:
codeCoverageEnabled: false
testRunTitle: ${{parameters.TestName}}
testFiltercriteria: TestCategory=${{parameters.TestCategory}}
otherConsoleOptions: '/stoponerror'
continueOnError: false

0 comments on commit 353eab8

Please sign in to comment.