.gitea/workflows/quality.yml aktualisiert
Some checks failed
Quality Check / Check (push) Failing after 9s
Some checks failed
Quality Check / Check (push) Failing after 9s
This commit is contained in:
parent
512427a13d
commit
b6f2f9a1f7
1 changed files with 7 additions and 12 deletions
|
@ -8,18 +8,13 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: "git.euph.dev/actions/runner-php-8.2:latest"
|
image: "git.euph.dev/actions/runner-php-8.2:latest"
|
||||||
steps:
|
steps:
|
||||||
- name: get username
|
|
||||||
run: whoami
|
|
||||||
- name: Get user id
|
|
||||||
run: id
|
|
||||||
- name: Get Socket
|
|
||||||
run: ls -l /var/run/docker.sock
|
|
||||||
- name: Docker Version
|
|
||||||
run: docker version
|
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||||
- name: Check Requirements
|
- name: "cd App"
|
||||||
|
run: cd app
|
||||||
|
- name: "composer install"
|
||||||
run: |
|
run: |
|
||||||
ls
|
composer check-platform-reqs
|
||||||
cd app
|
composer install --no-scripts --audit
|
||||||
make check
|
- name: "npm install"
|
||||||
|
run: "npm install"
|
Loading…
Reference in a new issue