Skip to content

K8s - NGINX - Bump exporter to 1.3 (#2754) #6410

K8s - NGINX - Bump exporter to 1.3 (#2754)

K8s - NGINX - Bump exporter to 1.3 (#2754) #6410

Workflow file for this run

name: ci-tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip jinja2 pyyaml
wget https://packages.chef.io/files/stable/chefdk/4.2.0/ubuntu/16.04/chefdk_4.2.0-1_amd64.deb
sudo dpkg -i chefdk_4.2.0-1_amd64.deb
- name: Run tests
run: make python-test vm-lint vm-generate-triggers