Skip to content

Commit

Permalink
fix yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcarle committed Feb 4, 2025
1 parent dacfe46 commit ae1d158
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env:
DEFRA_LENS_TYPE: wasm-time
DEFRA_ACP_TYPE: local
DEFRA_VIEW_TYPE: cacheless

DEFRA_VECTOR_EMBEDDINGS: false


Expand Down Expand Up @@ -84,8 +84,7 @@ jobs:
uses: ./.github/composites/setup-defradb

- name: Setup vector embedding dependencies
run: |
make deps:embedding
run: make deps:embedding

- name: Test coverage & save coverage report in an artifact
uses: ./.github/composites/test-coverage-with-artifact
Expand Down

0 comments on commit ae1d158

Please sign in to comment.