From 2119efd2a4b5990005edfc660a8cee293b609d74 Mon Sep 17 00:00:00 2001 From: DumbergerL Date: Mon, 11 Dec 2023 12:38:59 +0100 Subject: [PATCH] chore(github): check if config exists --- .github/workflows/integration-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ce8c29f1..f28b287d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -59,10 +59,12 @@ jobs: echo "LS IN TESTS" cd tests ls + echo "LS IN TESTS/INTEGRATION" + cd Integration + ls - name: Check if integration file is empty run: | - ls if [ -s "tests/Integration/integration.ini" ] then echo "Integration config file is not empty"