mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
Update ci.yml
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user