From 6457448b0c2b68360aa94437705e7efbaef3b39c Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 12 Sep 2024 22:01:13 +0100 Subject: [PATCH] ENG-1293: make test results directory --- .github/workflows/continous-integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index 82ff954..c3f6005 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -174,6 +174,10 @@ jobs: run: | make run-duckling + - name: Make test results directory + run: | + mkdir tests + - name: Run e2e passing tests env: OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}