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
-[running step when previous step fails](https://docs.github.com/en/actions/learn-github-actions/expressions#failure)
19
+
- To run electron e2e in github actions you need to start virtual client with screen in ubuntu. `xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run e2e`
18
20
</details>
19
21
20
22
<details>
21
23
<summary>In case you are stuck, you can use the resources listed below. Try to first look yourself. The resources are listed in the order from minimal to full help</summary>
22
24
23
-
1.[Branch with ready solution]()
25
+
1.[PR with ready solution](https://github.com/Ubax/github-actions-kata/pull/5)
0 commit comments