Skip to content

Commit d92d8fe

Browse files
committed
Added diagnosis
1 parent 129f59f commit d92d8fe

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/Run_RPS_AppKit-E8.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ jobs:
3636
with:
3737
token: ${{ github.token }}
3838

39+
- name: Debug runner PATH
40+
run: |
41+
echo "USER=$USER"
42+
echo "HOME=$HOME"
43+
echo "SHELL=$SHELL"
44+
echo "PATH=$PATH"
45+
command -v sdsio-server || true
46+
find /home/devuser -name sdsio-server -type f 2>/dev/null || true
47+
48+
- name: Get version of the SDSIO-Server
49+
run: |
50+
cd ~/sdsio-sever
51+
sdsio-sever --version
52+
3953
- name: Download Build Artifact
4054
uses: dawidd6/action-download-artifact@v17
4155
with:

0 commit comments

Comments
 (0)