From 6eb862e8045118123b5ad0690ca6434b00e3c687 Mon Sep 17 00:00:00 2001 From: Vasileios Papanastasiou Date: Mon, 4 Nov 2024 09:48:56 +0000 Subject: [PATCH] Retain source-folder to base --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e837f7e..fcc3ccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,4 +44,6 @@ jobs: AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_ENDPOINT }} AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_KEY }} SECOND_OLLAMA_ENDPOINT: 127.0.0.1:11435 - uses: matlab-actions/run-tests@v2 \ No newline at end of file + uses: matlab-actions/run-tests@v2 + with: + source-folder: . \ No newline at end of file