diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5f0ecb..06edb2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,10 +113,6 @@ jobs: run: | ncc package install --package="ncc-build/net.nosial.configlib.ncc" --reinstall -y --log-level debug - - name: Install project dependencies - run: | - composer install - - name: Run PHPUnit tests run: | ./vendor/bin/phpunit --configuration phpunit.xml