From 252a068eaccae3f8b0fe118d3d84c2904835a9d4 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edaad93a..5ed7c4fd 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 @@ -81,7 +81,7 @@ jobs: id: meta uses: docker/metadata-action@v3 with: - images: nodesolidserver/node-solid-server + images: cxres/node-solid-server - name: Login to DockerHub uses: docker/login-action@v1