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