From cc068c7c0a6435dd8e7299578df06baaf606b909 Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Fri, 1 Sep 2023 06:05:31 +0100 Subject: [PATCH] fix: Correct app name for tests --- .github/workflows/main.lazarus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.lazarus.yml b/.github/workflows/main.lazarus.yml index 8075cba..df5b1ef 100644 --- a/.github/workflows/main.lazarus.yml +++ b/.github/workflows/main.lazarus.yml @@ -56,7 +56,7 @@ jobs: uses: gcarreno/re-usable-workflows/.github/workflows/test.lazarus.yml@main with: config: '{ - "app-name": "helloworld", + "app-name": "helloworldtest", "lpi-path": "tests", "what-tests": "all", "output-format": "plain",