diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 771ec78..f5bb96d 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -51,7 +51,7 @@ jobs: run: . ~/.nvm/nvm.sh && nvm install 20 - name: Install pnpm - run: curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.15.8 sh - + run: curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.15.8 /bin/bash - - name: Syntax Errors run: find app database tests config routes -name "*.php" -print0 | xargs -0 -n1 -P8 php -l @@ -119,7 +119,7 @@ jobs: run: . ~/.nvm/nvm.sh && nvm install 20 - name: Install pnpm - run: curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.15.8 sh - + run: curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.15.8 /bin/bash - - name: Install Composer Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist