Skip to content

Commit 19c60e6

Browse files
committed
Test3
Signed-off-by: Günter Neiß <gneiss@web.de>
1 parent db4acbb commit 19c60e6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,10 @@ jobs:
2323
run: |
2424
set -x
2525
set -v
26-
touch Test.AppImage
27-
EXE=$(readlink -f *.AppImage)
28-
chmod a+x "${EXE}"
2926
mkdir t
3027
cd t
31-
"${EXE}" --appimage-extract
32-
cd squashfs-root/
33-
rm chrome-sandbox
34-
ln -s /opt/google/chrome/chrome-sandbox chrome-sandbox
35-
cd ..
28+
mkdir squashfs-root
29+
echo "Test" >squashfs-root/Test.txt
3630
TOOL=".github/tools/appimagetool-x86_64_2019-05-01.AppImage"
3731
ls -la ${TOOL}
3832
ARCH=x86_64 ${TOOL} squashfs-root

0 commit comments

Comments
 (0)