From 8f7b3327eb6f8b3da33083675e79bcedc82b71a5 Mon Sep 17 00:00:00 2001 From: Edmund Edgar Date: Fri, 1 Mar 2024 06:26:22 +0000 Subject: [PATCH] Revert "temporarly disabled hardhat test (#212)" This reverts commit 6ac21f2ea3d0ad830b955fa1b6f25b12bc7469aa. --- .github/workflows/testhardhat.yml | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/testhardhat.yml b/.github/workflows/testhardhat.yml index 53b5a3f9..f1383fdb 100644 --- a/.github/workflows/testhardhat.yml +++ b/.github/workflows/testhardhat.yml @@ -9,22 +9,22 @@ on: pull_request: branches: [main, develop] -# Temporary disabled due to a dependency issue. Locally the tests are running fine. -# jobs: -# lint-and-test: -# runs-on: ubuntu-latest -# strategy: -# matrix: -# node-version: [16.x] -# os: [ubuntu-latest] +jobs: + lint-and-test: + runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v3 -# - uses: actions/setup-node@v3 -# with: -# node-version: 16 -# cache: 'npm' -# cache-dependency-path: ./package-lock.json -# - run: npm install -# - run: npx hardhat test \ No newline at end of file + strategy: + matrix: + node-version: [16.x] + os: [ubuntu-latest] + + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + cache: 'npm' + cache-dependency-path: ./package-lock.json + - run: npm install + - run: npx hardhat test \ No newline at end of file