mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 17:52: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
|
working-directory: packages/client/js-client.node
|
||||||
package-manager: pnpm
|
package-manager: pnpm
|
||||||
|
|
||||||
|
- uses: browser-actions/setup-chrome@v1
|
||||||
|
|
||||||
- run: pnpm -r build
|
- run: pnpm -r build
|
||||||
- run: pnpm -r test
|
- run: pnpm -r test
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"@test/test-utils": "workspace:^"
|
"@test/test-utils": "workspace:^"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"_test": "react-scripts test",
|
"_test": "react-scripts test",
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"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"
|
"serve": "http-server public"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/fluencelabs/fluence-js",
|
"repository": "https://github.com/fluencelabs/fluence-js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user