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
key: composer-${{ hashFiles('composer.lock') }}
- name: Run composer install
run: composer install -n --prefer-dist
env:
APP_ENV: testing
#- name: Run composer install
# run: composer install -n --prefer-dist
# env:
# APP_ENV: testing
- name: Prepare Laravel Application
run: |