Skip to content

Separate smoothing pool ETH and voter share ETH from rewards #162

Separate smoothing pool ETH and voter share ETH from rewards

Separate smoothing pool ETH and voter share ETH from rewards #162

Workflow file for this run

name: CI
on: [push]
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Components
run: npm install
- name: Run Rocket Pool tests
run: npm test