Skip to content

✅ Update solidity version, update address #58

✅ Update solidity version, update address

✅ Update solidity version, update address #58

Workflow file for this run

on: push
name: Unit Tests
defaults:
run:
shell: bash
env:
CI: true
FOUNDRY_PROFILE: CI
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- name: Run lint check
run: yarn lint:check
- name: Run tests
run: yarn test
env:
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
- name: Run Slither (allow failure for now)
continue-on-error: true
run: yarn slither