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 e70c4dc commit c84ea44Copy full SHA for c84ea44
.github/workflows/testWorkflow.yml
@@ -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