Skip to content

Merge pull request #1514 from o1-labs/dw/zkapp-command-example #35

Merge pull request #1514 from o1-labs/dw/zkapp-command-example

Merge pull request #1514 from o1-labs/dw/zkapp-command-example #35

name: Frontend macOS 14
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-14
steps:
- name: Git checkout
uses: actions/checkout@v5
- name: Frontend build
uses: ./.github/actions/frontend-build
with:
test-build-commands: 'true'