fix: APP-875 disable create org and fix dashboard when using wallet connect #9724
Workflow file for this run
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: CI | |
| on: | |
| push: | |
| branches: [main, dev, feat-next-migration] | |
| pull_request: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: oven-sh/setup-bun@v1 | |
| with: | |
| bun-version: 1.2.21 | |
| - name: install | |
| run: | | |
| bun install | |
| - name: build-app | |
| run: bun run build | |
| env: | |
| NODE_OPTIONS: '--openssl-legacy-provider --max-old-space-size=10216' | |
| # Displaying for now, see https://github.com/regen-network/regen-web/pull/1796 for explanations | |
| # TODO re-enable as part of https://github.com/regen-network/regen-registry/issues/1316 | |
| # - name: test | |
| # run: yarn test |