Skip to content

added docker-compose for local testing; fixed main processing function #6

added docker-compose for local testing; fixed main processing function

added docker-compose for local testing; fixed main processing function #6

Workflow file for this run

name: All branches but main - test only
on:
push:
branches-ignore:
- "main"
paths-ignore:
- Dockerfile
- .dockerignore
- README.md
- LICENSE
jobs:
test:
uses: "./.github/workflows/_test.yml"