Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Set up Chrome
uses: browser-actions/setup-chrome@v1
id: setup-chrome
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true
CHROME_BIN: ${{ steps.setup-chrome.outputs.chrome-path }}
2 changes: 0 additions & 2 deletions karma.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
process.env.CHROME_BIN = require('chromium').path

module.exports = function (config) {
config.set({
frameworks: ['mocha', 'chai'],
Expand Down
Loading
Loading