Skip to content

Commit

Permalink
tmp: run failing integration test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zermelo-wisen committed Sep 11, 2024
1 parent f7412c3 commit 4c53c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
export XDG_RUNTIME_DIR=/run/user/$(id -u)
export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/bus
dbus-daemon --session --address=$DBUS_SESSION_BUS_ADDRESS --nofork --nopidfile --syslog-only &
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:integration
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:integration test/integration/nodeProcesses/backgroundProcess.test.ts
name: Run integration tests
release:
Expand Down

0 comments on commit 4c53c5b

Please sign in to comment.