Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 23, 2023
1 parent 59a8cc1 commit 1064a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/components_unstructured_fileconverter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: "0 0 * * *"
pull_request:
paths:
- "components/file_converters/unstructured_fileconverter/**"
- "components/converters/unstructured_fileconverter/**"
- ".github/workflows/components_unstructured_fileconverter.yml"

concurrency:
Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:
run: pip install --upgrade hatch

- name: Lint
working-directory: components/file_converters/unstructured_fileconverter
working-directory: components/converters/unstructured_fileconverter
if: matrix.python-version == '3.9'
run: hatch run lint:all

- name: Run tests
working-directory: components/file_converters/unstructured_fileconverter
working-directory: components/converters/unstructured_fileconverter
run: hatch run cov

0 comments on commit 1064a39

Please sign in to comment.