Run integration tests on every pull request #511
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is quite frustrating to have to wait for the next day (and have to remember to check drone logs) to get notified about integration test failures. Ideally I could run integration tests in my pull requests with a label 'test:integration' or something like that.
On the main branch I would run integration tests on every commit instead of nightly. This way we get more direct feedback and we don't waste ci every night if no new commit gets pushed to main.
This is solved. Branch names need to match
int-*
to get the integration tests to run on demand. All other PRs will skip it.And to confirm: merges to main don't run it either: https://build.coopcloud.tech/toolshed/abra/2655
@p4u1 i think you may need to push branches directly to this repository and not your fork however to get it to run / access the secret. lemme know how it goes.