Update compile-web-panel.yml
This commit is contained in:
parent
2223e319a0
commit
b1d0373acf
1 changed files with 2 additions and 5 deletions
7
.github/workflows/compile-web-panel.yml
vendored
7
.github/workflows/compile-web-panel.yml
vendored
|
@ -3,10 +3,6 @@ name: Compile Phyre Web Panel
|
|||
on:
|
||||
push:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./web
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
@ -26,9 +22,10 @@ jobs:
|
|||
- name: Install Composer Dependencies
|
||||
working-directory: ./web
|
||||
run: |
|
||||
rm -rf composer.lock
|
||||
composer install
|
||||
composer dump-autoload
|
||||
|
||||
|
||||
- name: Install NODE Dependencies
|
||||
working-directory: ./web
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue