From 1bfa94fff7279652ef75299e0b1e962224bebc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Math=C3=A9o=20GUILBERT?= Date: Tue, 9 Jun 2026 09:43:36 +0200 Subject: [PATCH] comment out test job steps in deployment workflow --- .gitea/workflows/deploy-vercel.yml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitea/workflows/deploy-vercel.yml b/.gitea/workflows/deploy-vercel.yml index d06f7a0..38f7cf9 100644 --- a/.gitea/workflows/deploy-vercel.yml +++ b/.gitea/workflows/deploy-vercel.yml @@ -8,27 +8,27 @@ on: pull_request: jobs: - test: - runs-on: ubuntu-latest + # test: + # runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 + # steps: + # - name: Checkout + # uses: actions/checkout@v4 - - name: Setup Node - uses: actions/setup-node@v4 - with: - node-version: 20 - cache: npm + # - name: Setup Node + # uses: actions/setup-node@v4 + # with: + # node-version: 20 + # cache: npm - - name: Install - run: npm ci + # - name: Install + # run: npm ci - # - name: Lint - # run: npm run lint --if-present + # - name: Lint + # run: npm run lint --if-present - # - name: Test - # run: npm test --if-present + # - name: Test + # run: npm test --if-present deploy-preprod: runs-on: ubuntu-latest