Skip to content

Commit

Permalink
Enable ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dymel committed Dec 20, 2023
1 parent 2f45ddc commit 6305851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- run: npm ci
- run: npm run format:check
# - run: xvfb-run npm run test
- run: npm run test
- run: npm run build
- run: npm run zip

Expand Down
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ["Chrome"],
singleRun: false,
browsers: ["ChromeHeadless"],
singleRun: true,
restartOnFileChange: true,
});
};

0 comments on commit 6305851

Please sign in to comment.