Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 29, 2023
1 parent 9e8415c commit eb75302
Show file tree
Hide file tree
Showing 109 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chroma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
- cron: "0 0 * * *"
pull_request:
paths:
- 'chroma/**'
- 'integrations/chroma/**'
- '.github/workflows/chroma.yml'

defaults:
run:
working-directory: chroma
working-directory: integrations/chroma

concurrency:
group: chroma-${{ github.head_ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: "0 0 * * *"
pull_request:
paths:
- "elasticsearch/**"
- "integrations/elasticsearch/**"
- ".github/workflows/elasticsearch.yml"

concurrency:
Expand Down Expand Up @@ -40,14 +40,14 @@ jobs:
run: pip install --upgrade hatch

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

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

- name: Run tests
working-directory: elasticsearch
working-directory: integrations/elasticsearch
run: hatch run cov
4 changes: 2 additions & 2 deletions .github/workflows/instructor_embedders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "0 0 * * *"
pull_request:
paths:
- 'instructor-embedders/**'
- 'integrations/instructor-embedders/**'
- '.github/workflows/instructor_embedders.yml'

defaults:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Ruff
uses: chartboost/ruff-action@v1
with:
src: instructor-embedders
src: integrations/instructor-embedders

- name: Install instructor-embedders
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodes_text2speech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
- cron: "0 0 * * *"
pull_request:
paths:
- 'nodes/text2speech/**'
- 'integrations/nodes/text2speech/**'
- '.github/workflows/nodes_text2speech.yml'

defaults:
run:
working-directory: nodes/text2speech
working-directory: integrations/nodes/text2speech

jobs:
test:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eb75302

Please sign in to comment.