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 cd4d57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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

0 comments on commit cd4d57e

Please sign in to comment.