We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f11ae4 commit 00f3ea2Copy full SHA for 00f3ea2
.github/workflows/tests_scripts.yml
@@ -77,6 +77,8 @@ jobs:
77
echo 'eb --version' >> ${test_script}
78
79
chmod u+x ${test_script}
80
+ echo ">> Contents of ${test_script}:"
81
+ cat ${test_script}
82
83
# run wrapper script + capture & check output
84
out="${PWD}/eb-${EB_VERSION}.out"
0 commit comments