Skip to content

Commit 50b42d0

Browse files
authored
Merge pull request #1118 from james-garner-canonical/run-test-on-workflow-dispatch
#1118 To facilitate figuring out which integration tests (in)consistently fail, it would be nice to be able to run them multiple times. Tests are very inconsistent and slow on my (low end) machine, so running them on github seems preferable. To avoid having to push or make pull requests to trigger tests, let's allow them to be run manually via the `workflow_dispatch` event.
2 parents 0a22648 + 6058202 commit 50b42d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Testing
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
lint:

0 commit comments

Comments
 (0)