Merge pull request #10720 from opf/feature/42628-enable-feature-flag-for-storages-module-on-pull-preview

[#42628] Enable feature flag for storages module on pull preview
pull/10602/head
Christophe Bliard 2 years ago committed by GitHub
commit 5fa08c5b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/pullpreview.yml

@ -18,6 +18,7 @@ jobs:
run: |
echo "OP_ADMIN_USER_SEEDER_FORCE_PASSWORD_CHANGE=off" >> .env.pullpreview
echo "OPENPROJECT_SHOW__SETTING__MISMATCH__WARNING=false" >> .env.pullpreview
echo "OPENPROJECT_FEATURE__STORAGES__MODULE__ACTIVE=true" >> .env.pullpreview
- name: Boot as BIM edition
if: contains(github.ref, 'bim/') || contains(github.head_ref, 'bim/')
run: |

Loading…
Cancel
Save