From eff4f8b6489bdcad9dd0f10c315a8e783670db32 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 3 Oct 2025 13:52:12 +0200 Subject: [PATCH] remove node test --- .gitea/workflows/ci.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ac33c01..5ab8fce 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -4,28 +4,11 @@ on: pull_request: jobs: - test: - name: Test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 - with: - node-version-file: .nvmrc - - run: npm ci - - name: Format code - run: npm run format - - name: Typecheck - run: npm run typecheck - - name: Run test - run: npm run test - dry-run: name: Dry-Run runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - run: npm ci - name: Validate JSON, using a valid file uses: ./ with: