debug helper
Some checks failed
Build, Push and Deploy / build-and-deploy (push) Successful in 2m28s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s

This commit is contained in:
eko
2026-03-22 09:53:38 +07:00
parent 5466323535
commit 9af2cdd4fd
2 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: apk add --no-cache vim
- run: ls -la
- run: ls -la app
- run: ls -la app/Helpers

View File

@@ -2,6 +2,7 @@ FROM php:8.2-fpm-alpine
# Install system dependencies
RUN apk add --no-cache \
vim \
libzip-dev \
postgresql-dev \
libpng-dev \