Skip to content

Commit

Permalink
Minor fixes in CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Nov 3, 2023
1 parent d3809a1 commit a9de53f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Execute tests in hardened environment
run: php -d allow_url_fopen=0 -d memory_limit=256M -d register_globals=0 vendor/bin/phpunit --verbose

run_code_checks:
code_checks:
runs-on: ubuntu-20.04
name: PHP Code-Checks
name: Static code analysis

steps:
- name: Checkout code
Expand All @@ -74,9 +74,6 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
run: composer install --prefer-dist

- name: Install dependencies
run: composer install --prefer-dist --no-progress

Expand Down

0 comments on commit a9de53f

Please sign in to comment.