Skip to content

fix: throw the exception if the user does not exist #47

fix: throw the exception if the user does not exist

fix: throw the exception if the user does not exist #47

Workflow file for this run

name: Java CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
defaults:
run:
working-directory: backend
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: JDK Setup 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'corretto'
architecture: x64
cache: maven
- name: Maven Build
run: mvn -B package -DskipTests