Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 03-test-runner.mdx #445

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/03-github/03-test-runner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ To be able to access the test results, they need to be uploaded as artifacts.
To do this, it is recommended to use the official Github Actions
[upload artifact action](https://github.com/marketplace/actions/upload-a-build-artifact).

Provide write permissions for your workflow: go to `Settings` > `Actions` > `General` > `Workflow permissions`
and choose `Read and write permissions`. By default it is set to `Read repository content and packages permissions`.

By default, Test Runner outputs its results to a folder named `artifacts`.

```yaml
Expand Down
Loading