Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
franklychilled committed Feb 29, 2024
1 parent f9d1e40 commit 7a141eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
depends_on: my-test
allow_dependency_failure: true
plugins:
- iress/junit-slack-notification#v1.0.4b:
- iress/junit-slack-notification#v1.0.6:
artifacts: "**/*.xml"
SLACK_TOKEN: "xoxb-xxxxxxxxxxx-xxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx"
SLACK_CHANNEL: "#junit_bot_testing"
Expand All @@ -38,7 +38,7 @@ steps:
depends_on: my-test
allow_dependency_failure: true
plugins:
- iress/junit-slack-notification#v1.0.4b:
- iress/junit-slack-notification#v1.0.6:
test_suites:
- name: "Unit tests"
artifacts: "unit-test/**/*.xml"
Expand Down

0 comments on commit 7a141eb

Please sign in to comment.