Skip to content

Commit

Permalink
move set-current-running-template inside of reporting step
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 11, 2022
1 parent 422ef5c commit fa9d0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ commands:
report-workflow-on-failure:
description: 'Reports failures to discord'
steps:
- set-current-running-template
- discord/status:
only_for_branches: chore/failure-reports
fail_only: true
Expand Down Expand Up @@ -534,7 +535,6 @@ jobs:
- run:
name: Running E2E Tests
command: yarn task --task e2e-tests --template $(yarn get-template << pipeline.parameters.workflow >> e2e-tests) --no-link --start-from=never --junit
- set-current-running-template
- report-workflow-on-failure
- store_test_results:
path: test-results
Expand Down

0 comments on commit fa9d0de

Please sign in to comment.