This commit is contained in:
parent
37a63c29cc
commit
a22ebb3585
1 changed files with 4 additions and 4 deletions
|
@ -6,13 +6,13 @@ jobs:
|
|||
name: "Check"
|
||||
runs-on: "ubuntu-latest"
|
||||
container:
|
||||
image: "git.euph.dev/actions/runner-php-8.3:latest"
|
||||
image: "git.euph.dev/actions/runner-php-8.3:550"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||
- name: "composer install"
|
||||
- name: "Prepare"
|
||||
run: |
|
||||
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