Skip to content

Merge pull request #1543 from o1-labs/dw/cli-tx-2 #50

Merge pull request #1543 from o1-labs/dw/cli-tx-2

Merge pull request #1543 from o1-labs/dw/cli-tx-2 #50

name: Frontend macOS 15
on:
push:
branches: [main, develop]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
frontend:
runs-on: macos-15
steps:
- name: Git checkout
uses: actions/checkout@v5
- name: Frontend build
uses: ./.github/actions/frontend-build
with:
test-build-commands: 'true'