Skip to content

Add date prefixes to the reports #139

Add date prefixes to the reports

Add date prefixes to the reports #139

Workflow file for this run

name: Certora
on: [push, pull_request]
jobs:
certora:
name: Certora
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
nst:
- nst
- nst-join
- dai-nst
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
java-package: jre
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Install solc-select
run: pip3 install solc-select
- name: Solc Select 0.8.21
run: solc-select install 0.8.21
- name: Install Certora
run: pip3 install certora-cli-beta
# - name: Verify ${{ matrix.nst }}
# run: make certora-${{ matrix.nst }}
# env:
# CERTORAKEY: ${{ secrets.CERTORAKEY }}