Skip to content

Commit

Permalink
working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Jan 31, 2024
1 parent d92c996 commit cea831b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- "integrations/elasticsearch/**"
- ".github/workflows/elasticsearch.yml"

defaults:
run:
working-directory: integrations/elasticsearch

concurrency:
group: elasticsearch-${{ github.head_ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -40,18 +44,15 @@ jobs:
run: pip install --upgrade hatch

- name: Lint
working-directory: integrations/elasticsearch
if: matrix.python-version == '3.9'
run: hatch run lint:all

- name: Run ElasticSearch container
working-directory: integrations/elasticsearch
run: docker-compose up -d

- name: Generate docs
if: matrix.python-version == '3.9' && runner.os == 'Linux'
run: hatch run docs

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

0 comments on commit cea831b

Please sign in to comment.