From 8ac249a141864ce2942a8f156286023c807eb3e1 Mon Sep 17 00:00:00 2001 From: Chua Yun Sheng <141478528+Chua123Yun@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:54:19 +0800 Subject: [PATCH] Update ci1.yml V11 --- .github/workflows/ci1.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci1.yml b/.github/workflows/ci1.yml index f630c19698f3..8bcd441d55e8 100644 --- a/.github/workflows/ci1.yml +++ b/.github/workflows/ci1.yml @@ -22,6 +22,13 @@ jobs: - name: Install dependencies run: yarn install + # Debugging: List files and check permissions + - name: List files and check permissions + run: | + ls -l unleash/scripts/ + file unleash/scripts/build-frontend-if-needed.sh + ls -l + # Ensure the script has executable permissions - name: Make build script executable run: chmod +x unleash/scripts/build-frontend-if-needed.sh