Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
franklychilled authored Feb 26, 2024
1 parent b98f9f5 commit f986c3f
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.5:
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.5:
test_suites:
- name: "Unit tests"
artifacts: "unit-test/**/*.xml"
Expand Down

0 comments on commit f986c3f

Please sign in to comment.