fix: Integration pipeline
parent
a5547f1e78
commit
72729f7d57
|
@ -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:
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
module.exports = ({ env }) => ({
|
||||
'config-sync': {
|
||||
config: {
|
||||
customTypes: [],
|
||||
excludedConfig: [
|
||||
'core-store.plugin_users-permissions_grant',
|
||||
'user-role.public',
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue