From 3a3274b5f9bc2614230e233750d968d5f47030d5 Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Wed, 27 Aug 2025 07:38:05 -0400 Subject: [PATCH] Update .github/workflows/test_different_operating_systems.yml Co-authored-by: Boris --- .github/workflows/test_different_operating_systems.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_different_operating_systems.yml b/.github/workflows/test_different_operating_systems.yml index ffda8e3ce..f99549c8d 100644 --- a/.github/workflows/test_different_operating_systems.yml +++ b/.github/workflows/test_different_operating_systems.yml @@ -72,6 +72,7 @@ jobs: EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }} EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }} EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }} + run-integration-tests: name: Integration tests ${{ matrix.python-version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }}