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