This commit is contained in:
parent
37a63c29cc
commit
1fdc062ecd
1 changed files with 6 additions and 3 deletions
|
@ -10,9 +10,12 @@ jobs:
|
|||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||
- name: "composer install"
|
||||
- name: "Setup Volta"
|
||||
uses: "https://git.euph.dev/actions/volta@v4"
|
||||
- name: "Prepare"
|
||||
run: |
|
||||
curl https://get.volta.sh | bash
|
||||
cd app
|
||||
composer check-platform-reqs
|
||||
composer install --no-scripts --audit
|
||||
- name: "npm install"
|
||||
run: "npm install --no-fund"
|
||||
npm install --no-fund
|
||||
|
|
Loading…
Reference in a new issue