Skip to content

removed legacy config format handling, exit application when initial … #14

removed legacy config format handling, exit application when initial …

removed legacy config format handling, exit application when initial … #14

Workflow file for this run

---
name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install required packages
run: pip install -r requirements.txt
- name: Execute tests
run: ./test.sh