Skip to content

Commit 8711645

Browse files
authored
Remove k6 version argument from the readme examples
1 parent 329e211 commit 8711645

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v2
5252
- uses: grafana/setup-k6-action@v1
53-
with:
54-
k6-version: "0.49.0"
5553
- uses: grafana/run-k6-action@v1
5654
with:
5755
path: |
@@ -72,8 +70,6 @@ jobs:
7270
steps:
7371
- uses: actions/checkout@v2
7472
- uses: grafana/setup-k6-action@v1
75-
with:
76-
k6-version: "0.49.0"
7773
- uses: grafana/run-k6-action@v1
7874
env:
7975
K6_CLOUD_TOKEN: ${{ secrets.K6_CLOUD_TOKEN }}
@@ -108,8 +104,6 @@ jobs:
108104
steps:
109105
- uses: actions/checkout@v2
110106
- uses: grafana/setup-k6-action@v1
111-
with:
112-
k6-version: "0.49.0"
113107
browser: true
114108
- uses: grafana/run-k6-action@v1
115109
with:
@@ -140,4 +134,4 @@ Comment Grafana cloud k6 test URL on PR
140134
src="./images/pr-comment.png"
141135
width="600"
142136
style="pointer-events: none;" />
143-
</div>
137+
</div>

0 commit comments

Comments
 (0)