Skip to content

Hardhat: Revoke Role && Grant Role Added #166

Hardhat: Revoke Role && Grant Role Added

Hardhat: Revoke Role && Grant Role Added #166

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: test
run: npm run test