Skip to content

Commit bfca5fc

Browse files
committed
chore: Finalizes task-4
1 parent aadb276 commit bfca5fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

task-4/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ Except for unit tests you also have e2e tests for your application. Add them to
1515
- `npm run e2e`
1616
- [artifacts](https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts#uploading-build-and-test-artifacts)
1717
- [paths where screenshots are saved](./paths.md)
18+
- [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`
1820
</details>
1921

2022
<details>
2123
<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>
2224

23-
1. [Branch with ready solution]()
25+
1. [PR with ready solution](https://github.com/Ubax/github-actions-kata/pull/5)
2426
</details>

0 commit comments

Comments
 (0)