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