forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the description: testing issue 2214
- Loading branch information
1 parent
cc2f9c5
commit a4704d6
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2338,8 +2338,17 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: ghcr.io/hyperledger/cactus-quorum-multi-party-all-in-one | ||
run: DOCKER_BUILDKIT=1 docker build ./tools/docker/quorum-multi-party-all-in-one/ -f ./tools/docker/quorum-multi-party-all-in-one/Dockerfile -t cactus-quorum-multi-party-all-in-one | ||
run: DOCKER_BUILDKIT=1 docker build ./tools/docker/quorum-multi-party-all-in-one/ -f ./tools/docker/quorum-multi-party-all-in-one/Dockerfile | ||
|
||
PR-desc-and-commit-msg-checker: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
# Create check run | ||
- uses: actions/[email protected] | ||
- name: View issue information | ||
run: | | ||
Check failure on line 2349 in .github/workflows/ci.yaml GitHub Actions / ActionLint / Lint_GitHub_Actions
|
||
echo "Commit message: ${{ github.event.head_commit.message }}" | ||
echo "PR desc: ${{ github.event.pull_request.body }}" | ||
name: Cactus_CI | ||
'on': | ||
pull_request: | ||
|