Fix CI: install nodejs+git before checkout, use php:8.2-cli-alpine
Build / build (push) Failing after 10s

This commit is contained in:
Arne Weiss
2026-06-01 07:47:52 +02:00
parent 61e00b6fd1
commit db441eed49
+4 -4
View File
@@ -8,13 +8,13 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: node:20-alpine image: php:8.2-cli-alpine
steps: steps:
- uses: actions/checkout@v4 - name: Install Node.js, git and zip
run: apk add --no-cache nodejs git zip
- name: Install PHP and zip - uses: actions/checkout@v4
run: apk add --no-cache php82 zip
- name: PHP syntax check - name: PHP syntax check
run: | run: |