Add debug commands for GH workflows
This commit is contained in:
parent
048557a280
commit
6fd26a5e30
|
|
@ -12,12 +12,12 @@ runs:
|
||||||
- '-c'
|
- '-c'
|
||||||
# GH actions set $HOME to a weird location and we have to move Kicad settings there first
|
# 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"
|
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
|
||||||
ls -la $GITHUB_WORKSPACE
|
ls -la $GITHUB_WORKSPACE
|
||||||
mkdir -p $HOME/.config/kicad ;
|
mkdir -p $HOME/.config/kicad ;
|
||||||
cp /root/.config/kicad/* $HOME/.config/kicad ;
|
cp /root/.config/kicad/* $HOME/.config/kicad ;
|
||||||
|
echo "HOME=$HOME"
|
||||||
|
ls -la $HOME
|
||||||
for board in ${{ inputs.boards }};
|
for board in ${{ inputs.boards }};
|
||||||
do
|
do
|
||||||
echo Processing $board
|
echo Processing $board
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue