.gitea/workflows/quality.yml aktualisiert
Some checks failed
Quality Check / Check (push) Failing after 9s

This commit is contained in:
Snoweuph 2024-03-24 14:35:50 +00:00
parent 512427a13d
commit b6f2f9a1f7

View file

@ -8,18 +8,13 @@ jobs:
container:
image: "git.euph.dev/actions/runner-php-8.2:latest"
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"
uses: "https://git.euph.dev/actions/checkout@v3"
- name: Check Requirements
- name: "cd App"
run: cd app
- name: "composer install"
run: |
ls
cd app
make check
composer check-platform-reqs
composer install --no-scripts --audit
- name: "npm install"
run: "npm install"