mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
24 lines
320 B
YAML
24 lines
320 B
YAML
---
|
|
name: helm-test
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [devel]
|
|
|
|
push:
|
|
branches: [devel]
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-18.04
|
|
steps:
|
|
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 0
|
|
|
|
- name: Test make helm-chart
|
|
run: |
|
|
make helm-chart
|