Skip to content

Commit

Permalink
add working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dfokina authored Feb 7, 2024
1 parent 93859f8 commit 1a19466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unstructured.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
run: hatch run lint:all

- name: Generate docs
working-directory: integrations/unstructured
if: matrix.python-version == '3.9' && runner.os == 'Linux'
run: hatch run docs

- name: Run tests
working-directory: integrations/unstructured
run: hatch run cov
run: hatch run cov

0 comments on commit 1a19466

Please sign in to comment.