Skip to content

Commit

Permalink
github actions failing silently
Browse files Browse the repository at this point in the history
github actions has been marking builds green but they aren't really running because suite-setup-util is throwing an exception.
  • Loading branch information
ef4 committed Apr 24, 2021
1 parent 90dd32e commit 6c264d4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions packages/addon-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,7 @@
"test": "tests"
},
"scripts": {
"prepare": "tsc",
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel 'lint:!(fix)'",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test:ember": "cross-env EMBROIDER_TEST_SETUP_FORCE=embroider EMBROIDER_TEST_SETUP_OPTIONS=optimized ember test --test-port=0",
"test:classic": "cross-env EMBROIDER_TEST_SETUP_FORCE=classic ember test --test-port=0",
"test:ember-compatibility": "ember try:each"
"prepare": "tsc"
},
"dependencies": {
"@embroider/shared-internals": "^0.40.0",
Expand Down

0 comments on commit 6c264d4

Please sign in to comment.