Skip to content

exclude folder test from npm package #8

exclude folder test from npm package

exclude folder test from npm package #8

Workflow file for this run

name: python
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: davidkhala/poetry-buildpack@main
with:
test-entry-point: pytest
tests: py/tests
working-directory: py
env:
GITHUB_TOKEN: ${{secrets.PAT}}