Skip to content

El5032

El5032 #62

Workflow file for this run

name: jinja script tests
on:
push:
branches:
- jinaj2
- v7.1
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Initialize Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyyaml jinja2-cli pytest yamllint Cerberus
- name: Run tests with pytest
run: pytest