Add debug commands for GH workflows

This commit is contained in:
Marco Massarelli 2023-05-10 07:38:05 -04:00
parent 048557a280
commit 6fd26a5e30
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ runs:
- '-c'
# GH actions set $HOME to a weird location and we have to move Kicad settings there first
- |
echo "HOME=$HOME"
ls -la $HOME
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
ls -la $GITHUB_WORKSPACE
mkdir -p $HOME/.config/kicad ;
cp /root/.config/kicad/* $HOME/.config/kicad ;
echo "HOME=$HOME"
ls -la $HOME
for board in ${{ inputs.boards }};
do
echo Processing $board