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 b7c5aa3
Showing
1 changed file
with
11 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,18 @@ 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 | ||
- name: View issue information | ||
run: | | ||
Check failure on line 2348 in .github/workflows/ci.yaml GitHub Actions / ActionLint / Lint_GitHub_Actions
|
||
echo "Issue title: ${{ github.event.issue.title }}" | ||
echo "Issue body: ${{ github.event.issue.body }}" | ||
echo "PR Title: ${{ github.event.pull_request.title }}" | ||
echo "PR desc: ${{ github.event.pull_request.body }}" | ||
name: Cactus_CI | ||
'on': | ||
pull_request: | ||
|