Skip to content

Commit

Permalink
Run full test
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Aug 15, 2024
1 parent c4baeb4 commit 46c9a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm install

- name: Run tests
run: npm test; ls -latr; ls -latr coverage
run: npm test

- name: Coveralls
uses: coverallsapp/github-action@v2
6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'src/js/index.js',
// 'test/offline/**.test.js',
// 'test/online/**.test.js',
'test/offline/**.test.js',
'test/online/**.test.js',
// // 'test/online/related-genes.test.js',
// // 'test/offline/gene-structure.test.js',
'test/offline/tissue.test.js',
// 'test/offline/tissue.test.js',
{pattern: 'dist/data/**', watched: false, included: false, served: true, nocache: false}
],

Expand Down

0 comments on commit 46c9a95

Please sign in to comment.