Skip to content

Commit

Permalink
Update plugin version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pzeballos authored Feb 5, 2024
1 parent b5323d9 commit c31308c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.0:
- test-collector#v1.10.1:
files: "test/junit-*.xml"
format: "junit"
```
Expand All @@ -121,7 +121,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.0:
- test-collector#v1.10.1:
files:
- "test-data-*.json"
format: "json"
Expand All @@ -143,7 +143,7 @@ steps:
- label: "🔍 Test Analytics"
command: buildkite-agent artifact download "tests-*.xml" .
plugins:
- test-collector#v1.10.0:
- test-collector#v1.10.1:
files: "tests-*.xml"
format: "junit"
```
Expand All @@ -157,7 +157,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.0:
- test-collector#v1.10.1:
files: "test-data-*.json"
format: "json"
branches: "-qa$"
Expand All @@ -170,7 +170,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.0:
- test-collector#v1.10.1:
files: "test-data-*.json"
format: "json"
exclude-branches: "^legacy$"
Expand All @@ -183,7 +183,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.0:
- test-collector#v1.10.1:
files: "test-data-*.json"
format: "json"
branches: "^stage-"
Expand Down

0 comments on commit c31308c

Please sign in to comment.