From a767aeb349f7d6d812ac93aaa455b23e95b4e8f7 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 4 Aug 2025 19:08:44 +0200 Subject: [PATCH] Fix working directory path in CI workflow configuration --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9643522..877040b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: apps/infoalloggi + working-directory: /apps/infoalloggi/ steps: - name: Checkout uses: actions/checkout@v4