Skip to content

Commit

Permalink
Update Main-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledAshrafH committed May 24, 2023
1 parent 34c5dcf commit 4dea196
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/Main-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3


- name: Set up OpenJDK 19
uses: actions/setup-java@v2
with:
java-version: '19'
distribution: 'adopt'

- name: Build Java code
run: javac ./src/Main.java

- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 4dea196

Please sign in to comment.