Skip to content

Commit 859b5ed

Browse files
committed
Disable tests until further notice
1 parent 15ff114 commit 859b5ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
run: bash ci/build.sh
5252

5353
- name: Test AppImage
54-
if: matrix.ARCH != 'i386'
54+
#if: matrix.ARCH != 'i386'
55+
if: false
5556
run: |
5657
env CI=1 bash ci/test.sh linuxdeploy-plugin-qt-"$ARCH".AppImage
5758

0 commit comments

Comments
 (0)