Skip to content

Commit 9754cc2

Browse files
committed
Debug
1 parent 2f6cae6 commit 9754cc2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/reusable/sharing-smart-contracts-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ inputs.node-version }}
26-
cache: 'npm' # Cache dependencies
26+
# cache: 'npm' # Cache dependencies
2727

2828
- name: Install Dependencies
2929
working-directory: packages/sharing-smart-contract

.github/workflows/sharing-smart-contract-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
1615
build-and-test:
1716
uses: ./.github/workflows/reusable/sharing-smart-contracts-common.yml
1817
with:

packages/sharing-smart-contract/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Brief description of your project.
44

5+
Debug
6+
57
## Table of Contents
68

79
- [Installation](#installation)

0 commit comments

Comments
 (0)