Skip to content

Commit 99c68e7

Browse files
committed
dev-pe-fix-test
1 parent 7d3c91a commit 99c68e7

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/bb-ci-utils.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
check:
11-
uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@demo/bb-ci"
10+
# check:
11+
# uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@demo/bb-ci"
1212

13-
lint:
14-
name: Forge Lint
15-
uses: itsshantanu/gha-utils/.github/workflows/evm-lint.yml@demo/bb-ci
16-
secrets: inherit
13+
# lint:
14+
# name: Forge Lint
15+
# uses: itsshantanu/gha-utils/.github/workflows/evm-lint.yml@demo/bb-ci
16+
# secrets: inherit
1717

1818
build:
1919
name: Forge Build
@@ -40,7 +40,7 @@ jobs:
4040
# name: "Unit tests"
4141

4242
test-integration:
43-
needs: ["check", "build"]
43+
# needs: ["check", "build"]
4444
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
4545
secrets: inherit
4646
with:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,3 @@ The primary license for Sablier Lockup is the Business Source License 1.1 (`BUSL
111111
- Several files in `src`, `scripts/solidity`, and `tests` are licensed under `GPL-3.0-or-later`, see
112112
[`LICENSE-GPL.md`](./LICENSE-GPL.md).
113113
- Many files in `tests/` remain unlicensed (as indicated in their SPDX headers).
114-
- Test.

0 commit comments

Comments
 (0)