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: