fix: Do not display project forms if trying to access them for a project that does not exist or not admin of #5958
Workflow file for this run
This file contains 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: [master, dev] | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install | |
run: | | |
yarn install | |
yarn bootstrap | |
- name: build-app | |
run: yarn 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 |