From c9d8170f5301dce42538fbc1cd583f2ec64c7845 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 13 Sep 2024 08:15:25 +0100 Subject: [PATCH] ENG-1293: make test results directory for rest of tests also --- .github/workflows/continous-integration.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index c3f6005..13af0ad 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -307,6 +307,10 @@ jobs: run: | make run-duckling + - name: Make test results directory + run: | + mkdir tests + - name: Run e2e passing tests with assertions env: OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}} @@ -427,6 +431,10 @@ jobs: run: | make run-duckling + - name: Make test results directory + run: | + mkdir tests + - name: Run e2e passing tests with stub custom actions env: OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}