Skip to content

fix: add new mapstruct method to map UserDto to send signup response #24

fix: add new mapstruct method to map UserDto to send signup response

fix: add new mapstruct method to map UserDto to send signup response #24

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '21' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{matrix.java}}
uses: actions/setup-java@v2
with:
java-version: ${{matrix.java}}
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml