Skip to content

Commit f0b0307

Browse files
committed
Removed diagnosis
1 parent 716c92d commit f0b0307

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/Run_RPS_AppKit-E8.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,6 @@ 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: Show runner information
49-
run: |
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-
run: |
56-
cd ~/sdsio-server
57-
sdsio-server --version
58-
5939
- name: Download Build Artifact
6040
uses: dawidd6/action-download-artifact@v17
6141
with:

0 commit comments

Comments
 (0)