Skip to content

user email can't be null+unique, make it non-null and unique #325

user email can't be null+unique, make it non-null and unique

user email can't be null+unique, make it non-null and unique #325

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Build with Maven
run: mvn --no-transfer-progress verify -B -P test-coverage,ci