Skip to content

Bump sualeh/prepare-maven-build from 1.3.3 to 1.3.5 #191

Bump sualeh/prepare-maven-build from 1.3.3 to 1.3.5

Bump sualeh/prepare-maven-build from 1.3.3 to 1.3.5 #191

Workflow file for this run

name: Quick Build
on:
workflow_dispatch:
push:
jobs:
build:
name: Quick build
runs-on: ubuntu-latest
steps:
# SETUP BUILD ENVIRONMENT
- id: prepare-maven-build
name: Prepare Maven build
uses: sualeh/prepare-maven-build@v1.3.5
# BUILD AND TEST
- id: build-test
name: Build all modules and run tests
run: |
# Build
mvn \
--no-transfer-progress \
--batch-mode \
package