Skip to content

feat: compound v3 liquidatable positions bot #7

feat: compound v3 liquidatable positions bot

feat: compound v3 liquidatable positions bot #7

Workflow file for this run

name: "Test outputs on commit"
on:
pull_request:
push:
branches:
- master
jobs:
tests:
name: "TestsOnCommits"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install Forta dependencies
working-directory: ./Forta-Bots-Challenge-4/liquidatable-positions
shell: bash
run: npm install
- name: Run tests
working-directory: ./Forta-Bots-Challenge-4/liquidatable-positions
shell: bash
run: npm run test