Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit faf1f7d

Browse files
authored
chore(ci): Setup chromium (#284)
* Setup chromium * Run commentedout tests
1 parent 10d7eae commit faf1f7d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,7 @@ jobs:
186186
working-directory: packages/client/js-client.node
187187
package-manager: pnpm
188188

189+
- uses: browser-actions/setup-chrome@v1
190+
189191
- run: pnpm -r build
190192
- run: pnpm -r test

packages/@tests/smoke/web-cra-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@test/test-utils": "workspace:^"
2424
},
2525
"scripts": {
26-
"commented_out_test": "node --loader ts-node/esm ./test/index.ts",
26+
"test": "node --loader ts-node/esm ./test/index.ts",
2727
"start": "react-scripts start",
2828
"build": "react-scripts build",
2929
"_test": "react-scripts test",

packages/@tests/smoke/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "module",
1212
"scripts": {
1313
"build": "tsc",
14-
"commented_out_test": "node --loader ts-node/esm ./src/index.ts",
14+
"test": "node --loader ts-node/esm ./src/index.ts",
1515
"serve": "http-server public"
1616
},
1717
"repository": "https://github.com/fluencelabs/fluence-js",

0 commit comments

Comments
 (0)