Skip to content

Commit ae58c73

Browse files
authored
Update README.md
1 parent 85a0cef commit ae58c73

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# run-k6-action
22

3-
This action allows you to easily execute k6 tests as part of your GitHub Actions workflow. It has support for globs, parallel execution, and fail-fast.
3+
This action allows you to easily execute k6 tests as part of your GitHub Actions workflow.
44

5+
It is a wrapper over `k6 run`, with support for globs, parallel execution, and fail-fast.
6+
7+
> This action won't setup/install k6. That functionality is provided by [grafana/setup-k6-action](https://github.com/grafana/setup-k6-action)
58
69
## Usage
710

@@ -52,7 +55,9 @@ jobs:
5255
./tests/protocol*.js
5356
```
5457
55-
By default, the action will run k6 locally and send the results to Grafana Cloud k6. If you want to run the tests in our Cloud instances, you need to change the `cloud-run-locally` input to `false`:
58+
By default, the action will run k6 locally and send the results to Grafana Cloud k6.
59+
60+
If you want to run the tests in our Cloud instances, you need to change the `cloud-run-locally` input to `false`:
5661

5762
```yaml
5863
- uses: grafana/run-k6-action@v1

0 commit comments

Comments
 (0)