Skip to content

Commit

Permalink
Add more detailed version to tests results slack message (#5170)
Browse files Browse the repository at this point in the history
* Add more detailed version to tests results slack message

* fix changesets
  • Loading branch information
karola312 authored Sep 24, 2024
1 parent a02dade commit 5da872a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-dryers-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": minor
---

Tests results slack message now show detailed version of saleor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Execute automation tests
run-name: Run tests on ${{github.event.client_payload.version}} ${{github.event.client_payload.project}}
run-name: Run tests on ${{github.event.client_payload.custom_version }} ${{github.event.client_payload.project}}

on:
repository_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
ENVIRONMENT: ${{ needs.add-check-and-prepare-instance.outputs.BASE_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_QA_STATUSES_WEBHOOK_URL }}
REF_NAME: ${{github.ref_name}}
ADDITIONAL_TITLE: "${{inputs.ADDITIONAL_TITLE}} ${{ needs.add-check-and-prepare-instance.outputs.VERSION }}"
ADDITIONAL_TITLE: "${{inputs.ADDITIONAL_TITLE}} ${{inputs.CUSTOM_VERSION}}"
run: |
node workflows/postTestsResults.js \
--run_id "$RUN_ID" \
Expand Down

0 comments on commit 5da872a

Please sign in to comment.