Update ci.yml

This commit is contained in:
KodeStar
2024-02-17 10:14:55 +00:00
committed by GitHub
parent 2fea82c21e
commit e7d581244c

View File

@@ -21,10 +21,10 @@ jobs:
path: vendor path: vendor
key: composer-${{ hashFiles('composer.lock') }} key: composer-${{ hashFiles('composer.lock') }}
- name: Run composer install #- name: Run composer install
run: composer install -n --prefer-dist # run: composer install -n --prefer-dist
env: # env:
APP_ENV: testing # APP_ENV: testing
- name: Prepare Laravel Application - name: Prepare Laravel Application
run: | run: |