comment out test job steps in deployment workflow
Deploy Vercel / deploy-preprod (push) Failing after 6m6s
Deploy Vercel / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-09 09:43:36 +02:00
parent ee653addc8
commit 1bfa94fff7
+12 -12
View File
@@ -8,21 +8,21 @@ on:
pull_request: pull_request:
jobs: jobs:
test: # test:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- name: Checkout # - name: Checkout
uses: actions/checkout@v4 # uses: actions/checkout@v4
- name: Setup Node # - name: Setup Node
uses: actions/setup-node@v4 # uses: actions/setup-node@v4
with: # with:
node-version: 20 # node-version: 20
cache: npm # cache: npm
- name: Install # - name: Install
run: npm ci # run: npm ci
# - name: Lint # - name: Lint
# run: npm run lint --if-present # run: npm run lint --if-present