#1: QS Workflow
Some checks failed
Quality Check / Check (push) Failing after 3s

This commit is contained in:
Snoweuph 2024-07-13 12:32:40 +02:00
parent 37a63c29cc
commit c920d97df6
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -10,9 +10,15 @@ 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"
with:
package-json-path: app/package.json
- name: "Test"
run: "volta"
- name: "Prepare"
run: | run: |
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"