Skip to content

Commit c31308c

Browse files
authored
Update plugin version in README
1 parent b5323d9 commit c31308c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ steps:
107107
- label: "🔨 Test"
108108
command: "make test"
109109
plugins:
110-
- test-collector#v1.10.0:
110+
- test-collector#v1.10.1:
111111
files: "test/junit-*.xml"
112112
format: "junit"
113113
```
@@ -121,7 +121,7 @@ steps:
121121
- label: "🔨 Test"
122122
command: "make test"
123123
plugins:
124-
- test-collector#v1.10.0:
124+
- test-collector#v1.10.1:
125125
files:
126126
- "test-data-*.json"
127127
format: "json"
@@ -143,7 +143,7 @@ steps:
143143
- label: "🔍 Test Analytics"
144144
command: buildkite-agent artifact download "tests-*.xml" .
145145
plugins:
146-
- test-collector#v1.10.0:
146+
- test-collector#v1.10.1:
147147
files: "tests-*.xml"
148148
format: "junit"
149149
```
@@ -157,7 +157,7 @@ steps:
157157
- label: "🔨 Test"
158158
command: "make test"
159159
plugins:
160-
- test-collector#v1.10.0:
160+
- test-collector#v1.10.1:
161161
files: "test-data-*.json"
162162
format: "json"
163163
branches: "-qa$"
@@ -170,7 +170,7 @@ steps:
170170
- label: "🔨 Test"
171171
command: "make test"
172172
plugins:
173-
- test-collector#v1.10.0:
173+
- test-collector#v1.10.1:
174174
files: "test-data-*.json"
175175
format: "json"
176176
exclude-branches: "^legacy$"
@@ -183,7 +183,7 @@ steps:
183183
- label: "🔨 Test"
184184
command: "make test"
185185
plugins:
186-
- test-collector#v1.10.0:
186+
- test-collector#v1.10.1:
187187
files: "test-data-*.json"
188188
format: "json"
189189
branches: "^stage-"

0 commit comments

Comments
 (0)