Merge pull request #1573 from o1-labs/1572-add-missing-database-setup… #66
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |