fix: Integration pipeline
parent
a5547f1e78
commit
72729f7d57
|
@ -41,8 +41,6 @@ jobs:
|
||||||
run: yarn --frozen-lockfile --unsafe-perm
|
run: yarn --frozen-lockfile --unsafe-perm
|
||||||
- name: Install dependencies playground
|
- name: Install dependencies playground
|
||||||
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
||||||
- name: Build playground
|
|
||||||
run: yarn playground:build
|
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: yarn run -s test:integration
|
run: yarn run -s test:integration
|
||||||
# unit:
|
# unit:
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
module.exports = ({ env }) => ({
|
module.exports = ({ env }) => ({
|
||||||
'config-sync': {
|
'config-sync': {
|
||||||
config: {
|
config: {
|
||||||
customTypes: [],
|
excludedConfig: [
|
||||||
|
'core-store.plugin_users-permissions_grant',
|
||||||
|
'user-role.public',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue