From cd4d57e95e0d6d2fe5aff0cdbbb365b5114c1096 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Sat, 31 Aug 2024 02:47:17 +0530 Subject: [PATCH] test 1: Disable c8 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edaad93a..5f1e83ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ name: CI on: push: - branches: [ main ] + branches: [ basic-prep-test ] tags: ['*'] pull_request: branches: [ main ] @@ -40,7 +40,7 @@ jobs: # test code - run: npm run standard - run: npm run validate - - run: npm run c8 + # - run: npm run c8 # Test global install of the package - run: npm pack . - run: npm install -g solid-server-*.tgz