Add debug commands for GH workflows
This commit is contained in:
parent
048557a280
commit
6fd26a5e30
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue