Skip to content

Merge branch 'master' of github.com:NGcodeX/School-registration-group9 #15

Merge branch 'master' of github.com:NGcodeX/School-registration-group9

Merge branch 'master' of github.com:NGcodeX/School-registration-group9 #15

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml