There was an error while loading. Please reload this page.
1 parent b7b630e commit 47b31ddCopy full SHA for 47b31dd
2 files changed
.github/workflows/ci.yaml
@@ -24,6 +24,8 @@ jobs:
24
./admin/install_mule.sh ./_build/lib ./_build/bin
25
- name: Test
26
run: |
27
+ pwd
28
+ ls
29
cd _build/lib
30
for name in ./*; do
31
python -m unittest discover -v $name.tests
admin/install_mule.sh
@@ -369,9 +369,6 @@ function unpack_and_copy(){
369
egg=$unzip_dir
370
fi
371
372
- echo "HERE"
373
- ls $SCRATCHDIR
374
-
375
destdir=$LIB_DEST/$module
376
echo "[INFO] Installing $module to $destdir"
377
mkdir -p $destdir
0 commit comments