Skip to content

Commit

Permalink
fix(ci): hanging tests (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Nov 24, 2022
1 parent 40d1ad7 commit 5b0c6d1
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 111 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:

- name: Test
run: npm run ci:test
# tests should finish <30s, if it takes longer its a bug - fail fast
timeout-minutes: 5

- name: Lint
# bundles are too big on Windows and fail addon-lint
Expand Down
165 changes: 55 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"preferGlobal": false,
"c8": {
"all": true,
"src": [
"add-on/src/"
],
"reporter": [
"text"
],
Expand Down Expand Up @@ -93,7 +96,7 @@
"json": "11.0.0",
"mem-storage-area": "1.0.3",
"mini-css-extract-plugin": "2.7.0",
"mocha": "9.2.2",
"mocha": "10.1.0",
"npm-run-all": "4.1.5",
"path": "0.12.7",
"raw-loader": "4.0.2",
Expand Down

0 comments on commit 5b0c6d1

Please sign in to comment.