mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-05-09 16:46:51 +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
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
@ -16,4 +17,4 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Test
|
||||
run: |
|
||||
make kind-e2e-tests
|
||||
make kind-e2e-tests
|
||||
|
Loading…
Reference in New Issue
Block a user