Skip to content

Commit f804e52

Browse files
committed
Test10
Signed-off-by: Günter Neiß <gneiss@web.de>
1 parent e48030a commit f804e52

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed
14.4 MB
Binary file not shown.
-1.88 MB
Binary file not shown.

.github/workflows/Test.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
steps:
1414
- name: Setup Env
1515
run: |
16-
set -x
17-
set -v
16+
#set -x
17+
#set -v
1818
echo "pwd: $(pwd)"
1919
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
2020
echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY"
@@ -25,12 +25,17 @@ jobs:
2525
eval "r=\"\$$i\""
2626
echo "$i=$r" >> $GITHUB_ENV
2727
done
28-
29-
find / -iname "*.AppImage" 2>/dev/null
30-
3128
- name: Checkout
3229
uses: actions/checkout@v4
30+
- name: Check AppImage exist
31+
run: |
32+
set -x
33+
set -v
34+
ls -la "$TOOLS_DIR/appimagetool-x86_64.AppImage"
35+
#find / -iname "*.AppImage" 2>/dev/null
36+
3337
- name: Mod AppImage to use chrome-sandbox of local os
38+
if: ${{ success() }}
3439
run: |
3540
set -x
3641
set -v

.github/workflows/TestNoDocker.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
steps:
1313
- name: Setup Env
1414
run: |
15-
- name: Setup Env
16-
run: |
17-
set -x
18-
set -v
15+
#set -x
16+
#set -v
1917
echo "pwd: $(pwd)"
2018
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
2119
echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY"
@@ -26,12 +24,17 @@ jobs:
2624
eval "r=\"\$$i\""
2725
echo "$i=$r" >> $GITHUB_ENV
2826
done
29-
30-
find / -iname "*.AppImage" 2>/dev/null
31-
3227
- name: Checkout
3328
uses: actions/checkout@v4
29+
- name: Check AppImage exist
30+
run: |
31+
set -x
32+
set -v
33+
ls -la "$TOOLS_DIR/appimagetool-x86_64.AppImage"
34+
#find / -iname "*.AppImage" 2>/dev/null
35+
3436
- name: Mod AppImage to use chrome-sandbox of local os
37+
if: ${{ success() }}
3538
run: |
3639
set -x
3740
set -v

0 commit comments

Comments
 (0)