From 68a0c19060a5d7b8a4cf89b1af1520f8d4895d95 Mon Sep 17 00:00:00 2001 From: Dimitar Manov <99065541+dimitarmanov@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:02:46 +0300 Subject: [PATCH] use normal --- .github/workflows/ci-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-deploy.yaml b/.github/workflows/ci-deploy.yaml index 3f4b8f56ae..624b1887a5 100644 --- a/.github/workflows/ci-deploy.yaml +++ b/.github/workflows/ci-deploy.yaml @@ -100,3 +100,4 @@ jobs: - name: Test Contracts working-directory: ./hardhat run: npx hardhat test test/Lock.ts --network local +