Skip to content

Commit

Permalink
Merge branch 'main' into issue/5/add_deployedInjectors
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru authored Sep 11, 2024
2 parents 82121c4 + e554361 commit 69169c5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 32 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/node.js.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: hardhat-unit-test

on: [pull_request]

env:
PRIVATE_KEY: ${{ secrets.DUMMY_PKEY }}
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}

jobs:
test:
runs-on: ubuntu-latest
name: Hardhat unit test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js environment
uses: actions/setup-node@v4
- name: Hardhat Test
uses: ambersun1234/hardhat-test-action@v1
with:
network: hardhat
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69169c5

Please sign in to comment.