Skip to content

Commit

Permalink
Update ci1.yml V11
Browse files Browse the repository at this point in the history
  • Loading branch information
Chua123Yun authored Sep 4, 2024
1 parent afe4dd4 commit 8ac249a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ac249a

Please sign in to comment.