mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Adding CI for "make helm-chart"
This commit is contained in:
committed by
Shane McDonald
parent
9380686395
commit
5b7baa106d
22
.github/workflows/helm-test.yaml
vendored
Normal file
22
.github/workflows/helm-test.yaml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user