From f85c50021b26094a68a0cc4b3a59d399320c08d7 Mon Sep 17 00:00:00 2001 From: aasim Date: Tue, 23 Apr 2024 19:42:48 -0400 Subject: [PATCH] trying another clenaup of workflow --- .github/workflows/pr_ci_frontend.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr_ci_frontend.yaml b/.github/workflows/pr_ci_frontend.yaml index 7c4202463..9a342d325 100644 --- a/.github/workflows/pr_ci_frontend.yaml +++ b/.github/workflows/pr_ci_frontend.yaml @@ -62,6 +62,9 @@ jobs: - name: Clean workspace run: rm -rf node_modules + - name: Adjust permissions + run: sudo chown -R $USER:$USER . && sudo chmod -R 777 . + - name: Install dependencies via Yarn uses: borales/actions-yarn@v5 with: