You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can test out the action locally by cloning the repository to your computer. You can run:
@@ -90,7 +112,7 @@ jobs:
90
112
sleep 25
91
113
```
92
114
93
-
For testing a failure case, just add this line after the sleep:
115
+
You can see the example [here](https://github.com/keithconvictional/trigger-workflow-and-wait-example-repo1/blob/master/.github/workflows/main.yml). For testing a failure case, just add this line after the sleep:
94
116
95
117
```yaml
96
118
...
@@ -100,6 +122,8 @@ For testing a failure case, just add this line after the sleep:
0 commit comments