Skip to content

fix the broken pipeline + Remove the Ununsed Forot passowrd page. #137

fix the broken pipeline + Remove the Ununsed Forot passowrd page.

fix the broken pipeline + Remove the Ununsed Forot passowrd page. #137

Workflow file for this run

name: Backend CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: 'maven'
- name: build with Maven
run: |
./mvnw -B -V -ntp verify