Skip to content

Created the RandomImageAction for AGHPB#retrieveRandomBook and fixed … #3

Created the RandomImageAction for AGHPB#retrieveRandomBook and fixed …

Created the RandomImageAction for AGHPB#retrieveRandomBook and fixed … #3

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml