Skip to content

Commit

Permalink
Use the noscripts as we do in other CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 2, 2023
1 parent e76adcb commit 68aba43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install composer php php-fpm php-gd \
sudo apt install -y composer php php-fpm php-gd \
php-cli php-intl php-mbstring php-mysql \
php-curl php-json php-xml php-zip
composer install --no-dev --no-scripts
- name: 'Qodana Scan (PHP)'
uses: JetBrains/[email protected]
env:
Expand Down

0 comments on commit 68aba43

Please sign in to comment.