[ci] Automatically run tests as part of release pipepline (#785)
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
commit
fa7c98bc38
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tags.yaml
vendored
5
.github/workflows/tags.yaml
vendored
|
|
@ -109,7 +109,7 @@ jobs:
|
|||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
issue_number: newPr.data.number,
|
||||
labels: ['release', 'ok-to-test']
|
||||
labels: ['release']
|
||||
});
|
||||
|
||||
} else {
|
||||
|
|
@ -157,3 +157,6 @@ jobs:
|
|||
if: steps.check_release.outputs.skip == 'false'
|
||||
run: |
|
||||
git push --delete origin ${GITHUB_REF#refs/tags/}
|
||||
|
||||
- name: Run tests
|
||||
run: make test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue