Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 5, 2023
1 parent fd7eb90 commit 35f1410
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,6 @@ env:
CI: true
TZ: Asia/Tokyo
CHROME_BIN: /usr/bin/google-chrome
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -138,7 +138,7 @@
"sauce:mobile": "karma start config/karma.sauce.conf.js -- 2",
"test": "npm run lint && npm run flow && npm run test:types && npm run test:cover && npm run test:e2e",
"test:cover": "cross-env BABEL_ENV=test karma start config/karma.cover.conf.js",
"test:e2e": "node test/e2e/runner.js",
"test:e2e": "cross-env NODE_OPTIONS=--openssl-legacy-provider node test/e2e/runner.js",
"test:types": "tsc -p types",
"test:unit": "cross-env BABEL_ENV=test karma start config/karma.unit.conf.js",
"test:unit:ci": "cross-env BABEL_ENV=test karma start config/karma.unit.ci.conf.js"
Expand Down

0 comments on commit 35f1410

Please sign in to comment.