Skip to content

[Update] Modified reward calculation in activate function #11

[Update] Modified reward calculation in activate function

[Update] Modified reward calculation in activate function #11

Workflow file for this run

name: Hardhat Testing
on:
push:
branches: [ develop ]
pull_request:
branches: [ master, develop ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run tests
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test