fix: Pipeline

pull/37/head
Boaz Poolman 2021-12-31 14:02:11 +01:00
parent 6183ad0818
commit 9ac2167ff3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",