🧪 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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user