Skip to content

build(deps): bump org.springframework.boot:spring-boot-starter-mail #46

build(deps): bump org.springframework.boot:spring-boot-starter-mail

build(deps): bump org.springframework.boot:spring-boot-starter-mail #46

Workflow file for this run

name: ci-build
on:
push:
branches-ignore:
- 'master'
- 'develop'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/upload-artifact@v3
with:
name: Cucumber Report
path: target/cucumber/report.html
if-no-files-found: error