Skip to content

Commit b499b12

Browse files
committed
Make the config.yml jobs pass in js/
1 parent 9a959d0 commit b499b12

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

js/.circleci/config.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version: 2.1
55

66
orbs:
77
node: circleci/[email protected]
8-
browser-tools: circleci/[email protected]
98

109
executors:
1110
node:
@@ -17,11 +16,13 @@ jobs:
1716
executor:
1817
name: node
1918
steps:
20-
- browser-tools/install-browser-tools
2119
- node/install-npm
2220
- checkout
23-
- node/install-packages
24-
- run: npm test
21+
- node/install-packages:
22+
app-dir: js
23+
- run:
24+
working_directory: js
25+
command: npm test
2526

2627
workflows:
2728
js-workflow-x:

0 commit comments

Comments
 (0)