Skip to content

Deploy behind Kong #345

Deploy behind Kong

Deploy behind Kong #345

Workflow file for this run

---
name: Theresa CI/CD
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run all tests
run: |
python3 mlflow_models/HanLPner/parser.py