conda / constructor

tool for creating installers from conda packages
https://conda.github.io/constructor/
Other
452 stars 166 forks source link

Add step to file issues if tests fails after merging to main #776

Closed marcoesters closed 2 months ago

marcoesters commented 2 months ago

Description

Adding integration tests for AzureSignTool (#771) requires access to repository secrets. These are not available when submitting a PR from a fork. Tests must then be executed after merging to main. This risks that errors are not caught.

To increase visibility of these problems, create an issue when tests fail after being merged into main.

Closes #775.

Token has been added to the repo: https://github.com/conda/infrastructure/issues/920

Checklist - did you ...