ansys / ansys-templates

A tool for creating new projects according to Ansys guidelines
https://templates.ansys.com
MIT License
11 stars 4 forks source link

ci: make the e2e tests required #452

Closed vgelbgras closed 4 months ago

vgelbgras commented 4 months ago

In this PR, I adjusted the workflow to trigger the e2e tests. We check if there is a change in src/ansys/templates/python/solution/.

When there is a change, the e2e tests are triggered and the following status is sent by the external workflow. image

When there is no change, we mock the status as below. image.

This will allow to make the e2e tests required to merge the pull requests.