Skip to content

Commit

Permalink
Stop container after the test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdivitotawela committed Jun 18, 2024
1 parent 34fa367 commit 56bf5c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/matrix-docker-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
CONTAINER_NAME: besu-check
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Start container
run: |
Expand All @@ -44,3 +44,6 @@ jobs:
env:
TAG: ${{ matrix.combination.tag }}
VERSION: ${{ inputs.version}}

- name: Stop container
run: docker stop -f ${{ env.CONTAINER_NAME }}

0 comments on commit 56bf5c8

Please sign in to comment.