Skip to content

Commit

Permalink
fix for sdk nightly e2e tests (#31310)
Browse files Browse the repository at this point in the history
  • Loading branch information
MLainer1 committed Dec 5, 2023
1 parent cea4ae5 commit 375be91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/.gitlab-ci.sdk-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ demisto-sdk-nightly:run-end-to-end-tests:
export DEMISTO_BASE_URL="https://$(cat "${ENV_RESULTS_PATH}" | jq -r '.[0].InstanceDNS')"
echo "Server URL: $DEMISTO_BASE_URL"
unset DEMISTO_API_KEY # a temporary fix
python3 -m pytest $ARTIFACTS_FOLDER/demisto-sdk/tests_end_to_end/ || EXIT_CODE=$?
python3 -m pytest $ARTIFACTS_FOLDER/demisto-sdk/tests_end_to_end/xsoar/ || EXIT_CODE=$?
- job-done
- exit $EXIT_CODE

Expand Down

0 comments on commit 375be91

Please sign in to comment.