mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 01:42:13 +00:00
chore(ci): Setup chromium (#284)
* Setup chromium * Run commentedout tests
This commit is contained in:
parent
10d7eaed80
commit
faf1f7d238
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -186,5 +186,7 @@ jobs:
|
||||
working-directory: packages/client/js-client.node
|
||||
package-manager: pnpm
|
||||
|
||||
- uses: browser-actions/setup-chrome@v1
|
||||
|
||||
- run: pnpm -r build
|
||||
- run: pnpm -r test
|
||||
|
@ -23,7 +23,7 @@
|
||||
"@test/test-utils": "workspace:^"
|
||||
},
|
||||
"scripts": {
|
||||
"commented_out_test": "node --loader ts-node/esm ./test/index.ts",
|
||||
"test": "node --loader ts-node/esm ./test/index.ts",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"_test": "react-scripts test",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"commented_out_test": "node --loader ts-node/esm ./src/index.ts",
|
||||
"test": "node --loader ts-node/esm ./src/index.ts",
|
||||
"serve": "http-server public"
|
||||
},
|
||||
"repository": "https://github.com/fluencelabs/fluence-js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user