fix: Pipeline
parent
6183ad0818
commit
9ac2167ff3
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Install dependencies plugin
|
||||
run: yarn --frozen-lockfile --unsafe-perm
|
||||
- name: Install dependencies playground
|
||||
run: yarn playground:install --unsafe-perm
|
||||
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
||||
- name: Run test
|
||||
run: yarn run -s test:integration
|
||||
- name: Upload coverage to Codecov
|
||||
|
|
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
syncDir: "config/sync/",
|
||||
minify: false,
|
||||
importOnBootstrap: false,
|
||||
customTypes: [{}],
|
||||
customTypes: [],
|
||||
excludedTypes: [],
|
||||
excludedConfig: [
|
||||
"core-store.plugin_users-permissions_grant",
|
||||
|
|
Loading…
Reference in New Issue