Skip to content

Commit

Permalink
Revert "temporarly disabled hardhat test (#212)"
Browse files Browse the repository at this point in the history
This reverts commit 6ac21f2.
  • Loading branch information
edmundedgar committed Mar 1, 2024
1 parent fcd2a19 commit 8f7b332
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/testhardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 8f7b332

Please sign in to comment.