Skip to content

Commit

Permalink
Merge pull request #30 from bohoffi/feature/pr-builds
Browse files Browse the repository at this point in the history
chore: prepare repo for pr builds
  • Loading branch information
bohoffi authored Oct 4, 2020
2 parents 89d2faa + bc0b5cd commit fbe8098
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 7 deletions.
8 changes: 7 additions & 1 deletion libs/ngx-localstorage/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false
singleRun: false,
customLaunchers: {
ChromeHeadlessCustom: {
base: 'ChromeHeadless',
flags: ['--no-sandbox', '--disable-gpu']
}
}
});
};
Loading

0 comments on commit fbe8098

Please sign in to comment.