branch: externals/vecdb
commit 8847f872e7bc19e2cee8129f2ce053555d2b39da
Author: Andrew Hyatt <ahy...@gmail.com>
Commit: Andrew Hyatt <ahy...@gmail.com>

    Add runs-on and environment for integration tests
---
 .github/workflows/ci.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index db48b243c6..14b8e7bdd1 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -41,6 +41,8 @@ jobs:
       run: |
         eldev -p -dtT test
   integration-tests:
+    runs-on: ubuntu-latest
+    environment: Continuous Integration
     services:
       postgres:
         image: pgvector/pgvector:pg16

Reply via email to