Skip to content

build(deps-dev): bump jest from 29.7.0 to 30.3.0 in /bindings/node #9

build(deps-dev): bump jest from 29.7.0 to 30.3.0 in /bindings/node

build(deps-dev): bump jest from 29.7.0 to 30.3.0 in /bindings/node #9

Workflow file for this run

name: Lean CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
concurrency:
group: lean-ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Elan
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Lake build
run: lake build
- name: Executable smoke tests
run: |
lake exe test_rbac
lake exe test_tenant
lake exe test_attest