Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio-ICL committed Jul 31, 2023
1 parent c515502 commit 35b1306
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test_pip_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,27 @@ jobs:
submodules: recursive
- name: extract tests
run: |
echo "PWD:"
echo $PWD
echo "-----------------------------"
cd ../..
echo "PWD:"
echo $PWD
echo "-----------------------------"
mkdir repo
echo "ls"
ls
echo "-----------------------------"
mv mpoints ./repo/
echo "ls"
ls
echo "-----------------------------"
echo "ls repo"
ls repo
echo "-----------------------------"
echo "ls mpoints"
ls mpoints
echo "-----------------------------"
cp -r repo/mpoints/tests ./
ls
ls tests
Expand Down

0 comments on commit 35b1306

Please sign in to comment.