Skip to content

Merge pull request #1490 from o1-labs/dw/instruction-to-join-devnet #18

Merge pull request #1490 from o1-labs/dw/instruction-to-join-devnet

Merge pull request #1490 from o1-labs/dw/instruction-to-join-devnet #18

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'