We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716c92d commit f0b0307Copy full SHA for f0b0307
1 file changed
.github/workflows/Run_RPS_AppKit-E8.yml
@@ -36,26 +36,6 @@ 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: Show runner information
49
50
- echo "Runner name: ${{ runner.name }}"
51
- echo "Runner OS: ${{ runner.os }}"
52
- echo "Runner architecture: ${{ runner.arch }}"
53
54
- - name: Get version of the SDSIO-Server
55
56
- cd ~/sdsio-server
57
- sdsio-server --version
58
59
- name: Download Build Artifact
60
uses: dawidd6/action-download-artifact@v17
61
0 commit comments