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
+16 -16
View File
@@ -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