Skip to content

Commit 6d9eb3c

Browse files
committed
Fix JVM attach tests
1 parent 08594cc commit 6d9eb3c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
with:
1515
node-version: 14.6
1616

17+
- name: Set up JDK 11 for Java testing
18+
uses: actions/setup-java@v1
19+
with:
20+
java-version: 11
21+
1722
- name: Get npm cache directory
1823
id: npm-cache
1924
run: |

test/integration-test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('Integration test', function () {
181181
activable('existing-terminal'),
182182
activable('electron', '1.0.1'),
183183
inactivable('android-adb'),
184-
activable('jvm-attach')
184+
activable('attach-jvm')
185185
]);
186186
});
187187
});

0 commit comments

Comments
 (0)