Skip to content

Commit c84ea44

Browse files
Create testWorkflow.yml
1 parent e70c4dc commit c84ea44

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/testWorkflow.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
name: Java Test Workflow
3+
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v4
13+
- name: Setup Java
14+
uses: aparnajyothi-y/setup-java@fix-checkdist-failure
15+
with:
16+
java-version: 17
17+
distribution: microsoft

0 commit comments

Comments
 (0)