Skip to content

add inlets and outlets to db_to_db_operator (#193) #294

add inlets and outlets to db_to_db_operator (#193)

add inlets and outlets to db_to_db_operator (#193) #294

Workflow file for this run

name: CI Tests
on:
push:
branches: [ main ]
paths:
- 'fastetl/**'
- 'tests/**'
pull_request:
branches: [ main ]
paths:
- 'fastetl/**'
- 'tests/**'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout FastETL
uses: actions/checkout@v3
with:
path: FastETL
- name: Setup environment
working-directory: ./FastETL
run: make setup
- name: Run Tests
working-directory: ./FastETL
run: make tests