Skip to content

Commit

Permalink
stop the smoke test container from docker task
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Atanasov <[email protected]>
  • Loading branch information
ata-nas committed Nov 13, 2024
1 parent a9c316b commit 581174f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build And Run Smoke Tests Container
- name: Start the Smoke Test Container
run: ${{ env.GRADLE_EXEC }} startDockerContainerSmokeTest

- name: Run Smoke Test
- name: Run Smoke Tests
working-directory: server/src/test/resources/
run: ./smoke-test.sh

- name: Stop Smoke Tests Container
- name: Stop Smoke Test Container
if: always()
run: docker compose -p block-node stop
run: ${{ env.GRADLE_EXEC }} stopDockerContainer

- name: Print Server Container Logs
if: always()
Expand Down

0 comments on commit 581174f

Please sign in to comment.