From 948f7bec91c0fc0e8dd31c802946e4e6b258cffc Mon Sep 17 00:00:00 2001 From: ManojJiSharma Date: Thu, 28 Dec 2023 19:27:26 +0530 Subject: [PATCH] ci test with remove docker clean --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed6543a1..baa03077 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,9 +129,6 @@ jobs: -Dclippy::pedantic \ -Aclippy::module_name_repetitions - - name: Cleanup Docker - run: ./scripts/reset_docker.sh - - name: Pull nodes run: ./scripts/pull_nodes.sh