We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c68e7 commit 9618d83Copy full SHA for 9618d83
.github/workflows/bb-ci-utils.yml
@@ -7,8 +7,8 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- # check:
11
- # uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@demo/bb-ci"
+ check:
+ uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@demo/bb-ci"
12
13
# lint:
14
# name: Forge Lint
@@ -40,7 +40,7 @@ jobs:
40
# name: "Unit tests"
41
42
test-integration:
43
- # needs: ["check", "build"]
+ needs: ["check", "build"]
44
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
45
secrets: inherit
46
with:
0 commit comments