Skip to content

Commit b44acdf

Browse files
fix: Clean CI/CD pipeline with essential steps only
1 parent 7cb15d3 commit b44acdf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ jobs:
4848

4949
- name: Cleanup
5050
if: always()
51-
run: docker-compose down -v
51+
run: docker-compose down -v
52+
53+

0 commit comments

Comments
 (0)