mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-12 13:12:16 +00:00
Add test pipeline to PRs
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
1346374650
commit
782c7caac9
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@ -16,4 +17,4 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
make kind-e2e-tests
|
make kind-e2e-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user