Commit 50b42d0
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.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments