Skip to content

Commit

Permalink
Add atest docker build verification step
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed Jun 9, 2021
1 parent 4b81e8a commit 762171c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ jobs:
push: false
dockerfile: .github/workflows/noBuild.Dockerfile
path: /home/runner/work/tessera/tessera/tessera-dist/build/distributions/
- name: Verify Tessera docker image
run: |
echo $(docker run quorumengineering/tessera:develop version)
- name: Get version of Quorum to use
id: quorumver
run: |
Expand Down

0 comments on commit 762171c

Please sign in to comment.