We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e4a8b commit 7a09dd4Copy full SHA for 7a09dd4
2 files changed
.github/workflows/testing.yaml
@@ -65,3 +65,4 @@ jobs:
65
keep_reports: 10
66
gh_pages: pages_reports
67
workflow_name: ${{ github.workflow }}
68
+ use_actions_summary: true
tests/features/steps/input.py
@@ -3,3 +3,5 @@
3
@when("the user performs {gesture}")
4
def play_gesture(context, gesture):
5
context.nixos.libinput_play(gesture + ".yaml")
6
+ # Wait for frames to settle on slow systems
7
+ sleep(1)
0 commit comments