mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 12:58:02 +08:00
fix: reduce test run time (#1832)
Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: 'Stop localstack'
|
||||
description: 'Stop localstack container'
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- shell: bash
|
||||
if: always()
|
||||
run: localstack stop
|
||||
Reference in New Issue
Block a user