Skip to content

Commit

Permalink
activate CI tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Feb 7, 2024
1 parent 23623f7 commit 78d62e2
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/testhardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,21 @@ 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 78d62e2

Please sign in to comment.