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