mirror of
https://github.com/kairos-io/osbuilder.git
synced 2026-01-06 07:56:48 +00:00
21 lines
273 B
YAML
21 lines
273 B
YAML
---
|
|
name: 'test'
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
tags:
|
|
- '*'
|
|
pull_request:
|
|
|
|
jobs:
|
|
docker:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- name: Test
|
|
run: |
|
|
make kind-e2e-tests
|