Skip to content

Commit

Permalink
fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman committed Oct 17, 2024
1 parent da81f47 commit 12f0655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
path: ${{ env.COVERAGE_FILE }}
name: ${{ env.COVERAGE_FILE }}
include-hidden-files: true

functional-test-qdrant:
runs-on: ubuntu-latest
Expand All @@ -46,6 +47,7 @@ jobs:
with:
path: ${{ env.COVERAGE_FILE }}
name: ${{ env.COVERAGE_FILE }}
include-hidden-files: true

functional-test-weaviate:
runs-on: ubuntu-latest
Expand All @@ -70,6 +72,7 @@ jobs:
with:
path: ${{ env.COVERAGE_FILE }}
name: ${{ env.COVERAGE_FILE }}
include-hidden-files: true
combine-coverage-report:
needs: [unit-tests, functional-test-qdrant, functional-test-weaviate]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 12f0655

Please sign in to comment.