Skip to content

Commit

Permalink
diagnose...
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Dec 14, 2024
1 parent 288fb34 commit 3b290fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pipeline {
steps{
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh """
USE_NEW_PERM_SCREEN=true ON_REMOTE_CI=true pytest --suppress-tests-failed-exit-code -s ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
USE_NEW_PERM_SCREEN=true ON_REMOTE_CI=true pytest -s ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
"""
}
sh """
Expand Down

0 comments on commit 3b290fb

Please sign in to comment.