Skip to content

Commit da6d1b7

Browse files
committed
Readme nit and change workflow
Signed-off-by: Daniel González Lopes <[email protected]>
1 parent 66e97e6 commit da6d1b7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/test.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
with:
2020
path: |
2121
./dev/protocol*.js
22-
flags: --vus 10 --duration 5m
23-
parallel: false
22+
flags: --vus 10 --duration 30s
23+
parallel: true
24+
cloud-run-locally: false

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
./tests/protocol*.js
4848
```
4949
50-
When the Cloud environment variables are set, by default, the action will run k6 locally and send the results to Grafana Cloud k6.
51-
52-
If you want to run the tests in our Cloud instances, you can change the `cloud-run-locally` input to `false`:
50+
When the Cloud environment variables are set, 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 can change the `cloud-run-locally` input to `false`:
5351

5452
```yaml
5553
- uses: grafana/run-k6-action@v1

0 commit comments

Comments
 (0)