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 21, 2023
1 parent 3407b60 commit e44bfbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Main-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
distribution: 'temurin'
- name: Run java code
run: |
javac src/Main.java
java Main
run Main.java
java Main.java

0 comments on commit e44bfbd

Please sign in to comment.