Skip to content

Commit

Permalink
No idea why I wanted make dist
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 13, 2024
1 parent d2a0070 commit ee185b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@ jobs:
run: |
sudo apt update
sudo apt install -y autoconf automake
- name: Try to get qodana in a good state
run: make dist
- name: Install dependencies
run: |
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
composer install --no-scripts
- name: 'Qodana Scan (PHP)'
uses: JetBrains/[email protected]
env:
Expand Down

0 comments on commit ee185b6

Please sign in to comment.