Skip to content

Commit 9e52223

Browse files
committed
testing the issue-678 (12)
1 parent 73e3aa4 commit 9e52223

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-issue-678.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#testing the issue-678 (9)
1+
#testing the issue-678 (12)
22
name: Build Project
33

44
on:
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
container: node:18
1616
steps:
17+
- name: Install JDK
18+
run: apt install openjdk-11-jdk
1719
- name: Set up JDK
1820
uses: actions/setup-java@v4
1921
with:

0 commit comments

Comments
 (0)