This commit is contained in:
parent
37a63c29cc
commit
40e7eda455
1 changed files with 5 additions and 3 deletions
|
@ -10,9 +10,11 @@ jobs:
|
|||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||
- name: "composer install"
|
||||
- name: "Prepare"
|
||||
run: |
|
||||
cd app
|
||||
composer check-platform-reqs
|
||||
composer install --no-scripts --audit
|
||||
- name: "npm install"
|
||||
run: "npm install --no-fund"
|
||||
- name: "Prepare"
|
||||
run: |
|
||||
npm install --no-fund
|
||||
|
|
Loading…
Reference in a new issue