Skip to content

Commit

Permalink
temporarly disabled hardhat test (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo authored Feb 7, 2024
1 parent debb501 commit 6ac21f2
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

jobs:
lint-and-test:
runs-on: ubuntu-latest
# strategy:
# matrix:
# node-version: [16.x]
# os: [ubuntu-latest]

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
# 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 6ac21f2

Please sign in to comment.