Skip to content

chore: update arquillian glassfish #234

chore: update arquillian glassfish

chore: update arquillian glassfish #234

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build faces
on:
push:
paths:
- "faces/**"
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
faces:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'zulu'
cache: maven
- name: Build with Maven
run: |
cd faces
mvn -B -q clean verify -Parq-glassfish-managed