From 024ad59d1ac653182580c14d6a433aaacad1d8e6 Mon Sep 17 00:00:00 2001 From: Christopher Maujean Date: Thu, 31 Jul 2025 00:21:06 -0700 Subject: [PATCH] gitlab ci tuning --- .gitlab-ci.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5b5474..449732a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,16 +22,6 @@ test: script: - bun run lint - bun run check - - bun run test --coverage - coverage: '/All files\s*\|\s*[\d.]+\s*\|\s*([\d.]+)/' - artifacts: - reports: - coverage_report: - coverage_format: cobertura - path: coverage/cobertura-coverage.xml - paths: - - coverage/ - expire_in: 1 week only: - main - merge_requests @@ -41,8 +31,8 @@ build: <<: *node_template stage: build script: - - bun run build - bun run build:ldo + - bun run build artifacts: paths: - dist/ @@ -55,8 +45,8 @@ pages: <<: *node_template stage: deploy script: - - bun run build - bun run build:ldo + - bun run build - mkdir public - cp -r dist/* public/ artifacts: