fix: Integration pipeline

pull/32/head
Boaz Poolman 2021-12-31 13:05:43 +01:00
parent a5547f1e78
commit 72729f7d57
2 changed files with 4 additions and 3 deletions

View File

@ -41,8 +41,6 @@ jobs:
run: yarn --frozen-lockfile --unsafe-perm
- name: Install dependencies playground
run: yarn playground:install --frozen-lockfile --unsafe-perm
- name: Build playground
run: yarn playground:build
- name: Run test
run: yarn run -s test:integration
# unit:

View File

@ -1,7 +1,10 @@
module.exports = ({ env }) => ({
'config-sync': {
config: {
customTypes: [],
excludedConfig: [
'core-store.plugin_users-permissions_grant',
'user-role.public',
],
},
},
});