Skip to content

Commit 5e83d0c

Browse files
authored
Update build.yml
1 parent 0225be9 commit 5e83d0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
cache: gradle
2222

2323
- name: Install dependencies
24-
- working-directory: test-app/build-tools/jsparser
25-
- run: npm install
24+
run: |
25+
cd test-app/build-tools/jsparser
26+
npm install
2627
2728
- name: Grant execute permission for gradlew
2829
run: chmod +x gradlew

0 commit comments

Comments
 (0)