Skip to content

fix: use case order #15

fix: use case order

fix: use case order #15

Workflow file for this run

name: Java CI
on:
push:
branches:
- Inwza007
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: '11' # You can change this to the version you want
- name: Compile Java (Aj.)
run: |
cd Chaiyong/HolidayTravelVehicles
javac -d . *.java
# Compile java file from directory
- name: Compile Java (Inwza007)
run: |
cd Inwza007/HolidayTravelVehicles
javac -d . HolidayTravelVehicles.java
# Compile java file from directory