Skip to content

Commit a59a2ad

Browse files
committed
Cleanup ci
1 parent 5a12033 commit a59a2ad

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,9 @@ jobs:
4242
- name: Run Unit Tests - Linux
4343
if: matrix.os == 'ubuntu-22.04'
4444
run: |
45-
# patchelf --force-rpath --set-rpath '$ORIGIN:$ORIGIN/../node_modules/deps-qt-core-raub/bin-linux:$ORIGIN/../node_modules/deps-qt-gui-raub/bin-linux:$ORIGIN/../node_modules/deps-qt-qml-raub/bin-linux:$ORIGIN/../../deps-qt-core-raub/bin-linux:$ORIGIN/../../deps-qt-gui-raub/bin-linux:$ORIGIN/../../deps-qt-qml-raub/bin-linux' $GITHUB_WORKSPACE/node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
4645
sudo apt-get update -qq
4746
sudo apt-get install -qq libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
48-
49-
# sudo apt-get install -qq mesa-utils
50-
# xvfb-run --auto-servernum glxinfo -B
51-
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
5247
xvfb-run --auto-servernum npm run test-ci
53-
# QT_DEBUG_PLUGINS=1 xvfb-run --auto-servernum npm run test-ci
54-
# cd test && QT_DEBUG_PLUGINS=1 xvfb-run --auto-servernum node debug.js
5548
5649
# - name: Run Unit Tests - MacOS
5750
# if: matrix.os == 'macos-14'

0 commit comments

Comments
 (0)