Skip to content

Commit 9618d83

Browse files
committed
dev-pe-test
1 parent 99c68e7 commit 9618d83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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

1313
# lint:
1414
# name: Forge Lint
@@ -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:

0 commit comments

Comments
 (0)