Skip to content

Create FahRakPor.yml #1

Create FahRakPor.yml

Create FahRakPor.yml #1

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- master
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
run: |
cd Chaiyong/HolidayTravelVehicles
javac -d . *.java
# Compile java file from directory