Skip to content

[add] additional test (#4) #11

[add] additional test (#4)

[add] additional test (#4) #11

Workflow file for this run

name: Test_Contract
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test_contract:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: |
npm install
- name: ci clean
run: |
npm ci
npx hardhat test