Skip to content

Upgrade Simulator, Contracts to 0.29.0 #703

Upgrade Simulator, Contracts to 0.29.0

Upgrade Simulator, Contracts to 0.29.0 #703

Workflow file for this run

name: Compact Contracts Test Suite
on:
pull_request:
paths-ignore:
- "**.md"
- ".gitignore"
- "biome.json"
- "turbo.json"
push:
branches:
- main
paths-ignore:
- "**.md"
- ".gitignore"
- "biome.json"
- "turbo.json"
jobs:
run-suite:
name: Run Test Suite
runs-on: ubuntu-24.04
permissions:
contents: read
timeout-minutes: 15
steps:
- name: Harden Runner
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 2 # Recommended by turbo team
- name: Setup Environment
uses: ./.github/actions/setup
- name: Compile contracts
run: turbo compact --filter=@openzeppelin/compact-contracts
- name: Run type checks
run: turbo types
- name: Run tests
run: turbo test