🧪 Node latest container doesn't use the GITEA_INSTANCE_URL like ubuntu-latest 🤔
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 27s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped

This commit is contained in:
RJ
2025-11-19 16:06:53 +02:00
parent 5be30eb8c4
commit db9d0aa697

View File

@@ -37,10 +37,14 @@ jobs:
lint:
name: 🔍 Code Quality Checks
runs-on: node-latest
env:
ACTIONS_RUNTIME_URL: http://192.168.1.53:3000 # Setează la nivel de job
steps:
- name: 🔎 Checkout code
uses: actions/checkout@v4
with:
github-server-url: ${{ env.ACTIONS_RUNTIME_URL }}
- name: 📥 Install dependencies
run: npm ci