mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 00:45:22 +00:00
Run tests after merging
Previously tests did not run after merging. This lead to incompatible changes being merged right after one another. By running tests on main we will notice breaks earlier. Other options would be to require every PR to rebase on main before merging. This is known as requiring linear history and can be changed in the project settings.
This commit is contained in:
parent
5edff42954
commit
be0ab5e297
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
@ -2,8 +2,8 @@ name: Run Pytest on Pull Request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user