diff --git a/.github/workflows/ci-deploy.yaml b/.github/workflows/ci-deploy.yaml index 9d8eb9818a..6855188422 100644 --- a/.github/workflows/ci-deploy.yaml +++ b/.github/workflows/ci-deploy.yaml @@ -43,7 +43,7 @@ jobs: - name: Test Contracts working-directory: ./hardhat - run: npx hardhat test --network localhost + run: npx hardhat test test/Lock.ts --network localhost - name: Autotag id: autotag