Skip to content

GAP-2537:add logic to handle application with no adverts #275

GAP-2537:add logic to handle application with no adverts

GAP-2537:add logic to handle application with no adverts #275

Workflow file for this run

name: Java CI with Maven
on:
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: DependencyCheck
uses: dependency-check/Dependency-Check_Action@main
env:
JAVA_HOME: /opt/jdk
id: DependencyCheck
with:
project: "GAP-apply-applicant-backend"
path: "."
format: "HTML"
args: >
--enableRetired
--disableOssIndex true
- name: Upload Test results
uses: actions/upload-artifact@master
with:
name: DependencyCheck report
path: ${{github.workspace}}/reports