Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel committed Jan 4, 2025
1 parent 6ec09c4 commit 6ee00a0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [20.18.1, 20.x, 22.x, 23.x]
# node-version: [20.18.1, 20.x, 22.x, 23.x]
node-version: [23.x]
steps:
- name: Install electron dependencies and labwc
run: sudo apt-get install -y libnss3 libasound2t64 labwc
Expand All @@ -55,10 +56,15 @@ jobs:
npm run install-mm:dev
- name: "Run tests"
run: |
id
env
cat /etc/passwd
cat /etc/group
export WLR_BACKENDS=headless
export WLR_LIBINPUT_NO_DEVICES=1
export WLR_RENDERER=pixman
labwc &
export WAYLAND_DISPLAY=wayland-0
touch css/custom.css
npm run test
# npm run test
npm run start:wayland

0 comments on commit 6ee00a0

Please sign in to comment.