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 3b290fb commit f8cb998
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ pipeline {
steps{
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh """
ls ./docker-compose/tmp
USE_NEW_PERM_SCREEN=true ON_REMOTE_CI=true pytest -s ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
"""
}
sh """
pwd
ls
ls ./docker-compose/tmp
"""
}
}
Expand Down

0 comments on commit f8cb998

Please sign in to comment.