chore(ci): Setup chromium (#284)

* Setup chromium

* Run commentedout tests
This commit is contained in:
Anatolios Laskaris 2023-03-09 11:39:43 +02:00 committed by GitHub
parent 10d7eaed80
commit faf1f7d238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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",

View File

@ -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",