From 47f92ac7e1edcab8f91b4b106cdd570f52a912b1 Mon Sep 17 00:00:00 2001 From: kurihada Date: Tue, 2 Jun 2026 10:21:42 +0800 Subject: [PATCH] CI: simplified workflow with pre-built CI image --- .gitea/workflows/deploy.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8a0f6dd..cb758f0 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -20,11 +20,6 @@ jobs: git clone http://172.17.0.1:3000/kurihada/no-whatever.git . git checkout ${{ github.sha }} - - name: Install Node.js - run: | - apt-get update -qq && apt-get install -y -qq nodejs npm - npm config set registry https://registry.npmmirror.com - - name: Install dependencies run: npm ci @@ -80,16 +75,10 @@ jobs: git clone http://172.17.0.1:3000/kurihada/no-whatever.git . git checkout ${{ github.sha }} - - name: Install Node.js - run: | - apt-get update -qq && apt-get install -y -qq nodejs npm - npm config set registry https://registry.npmmirror.com - - name: Install dependencies run: npm ci - name: Full E2E run: | npx prisma generate - npx playwright install chromium 2>/dev/null || true npm run test:e2e