Skip to content

pytest activated in GHA; ignoring tests dir in docker image #12

pytest activated in GHA; ignoring tests dir in docker image

pytest activated in GHA; ignoring tests dir in docker image #12

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"