We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129f59f commit d92d8feCopy full SHA for d92d8fe
1 file changed
.github/workflows/Run_RPS_AppKit-E8.yml
@@ -36,6 +36,20 @@ jobs:
36
with:
37
token: ${{ github.token }}
38
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
50
+ cd ~/sdsio-sever
51
+ sdsio-sever --version
52
53
- name: Download Build Artifact
54
uses: dawidd6/action-download-artifact@v17
55
0 commit comments