Skip to content

Commit 611ea7a

Browse files
add logging
1 parent befa973 commit 611ea7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/test_rockylinux9.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ if [[ "$GITHUB_ACTIONS" != "true" ]]; then
3030
mv ${CONNECTOR_DIR}/test/parameters_jenkins.py ${CONNECTOR_DIR}/test/parameters.py
3131
else
3232
echo "[Info] Running in GitHub Actions, skipping password change step"
33+
echo "[Info] Checking if test/parameters.py exists:"
34+
ls -la ${CONNECTOR_DIR}/test/parameters.py || echo "[ERROR] parameters.py NOT FOUND!"
35+
echo "[Info] Checking if RSA key file exists:"
36+
ls -la ${CONNECTOR_DIR}/test/rsa_key_python_*.p8 || echo "[ERROR] RSA key NOT FOUND!"
3337
fi
3438

3539
# Fetch wiremock

0 commit comments

Comments
 (0)