From 0dc841dc5e3f7c9aed06ff5e8a7dd2619fa09893 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Fri, 1 Dec 2023 10:34:37 +0100 Subject: [PATCH] fix: [tests] fixes path of logs_tests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 036a49418..2873e911d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -290,4 +290,4 @@ jobs: - name: Errors in Logs if: ${{ always() }} run: | - ./logs_tests.sh \ No newline at end of file + ./tests/logs_tests.sh \ No newline at end of file