We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a959d0 commit b499b12Copy full SHA for b499b12
js/.circleci/config.yml
@@ -5,7 +5,6 @@ version: 2.1
5
6
orbs:
7
node: circleci/[email protected]
8
- browser-tools: circleci/[email protected]
9
10
executors:
11
node:
@@ -17,11 +16,13 @@ jobs:
17
16
executor:
18
name: node
19
steps:
20
- - browser-tools/install-browser-tools
21
- node/install-npm
22
- checkout
23
- - node/install-packages
24
- - run: npm test
+ - node/install-packages:
+ app-dir: js
+ - run:
+ working_directory: js
25
+ command: npm test
26
27
workflows:
28
js-workflow-x:
0 commit comments