Skip to content

Commit

Permalink
test 1: Disable c8
Browse files Browse the repository at this point in the history
  • Loading branch information
CxRes committed Aug 30, 2024
1 parent 7b23e57 commit 252a068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [ basic-prep-test ]
tags: ['*']
pull_request:
branches: [ main ]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 252a068

Please sign in to comment.