Skip to content

Check if Certora Key is set in the repo for CI (#52) #3

Check if Certora Key is set in the repo for CI (#52)

Check if Certora Key is set in the repo for CI (#52) #3

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn test