Skip to content

Add deploymentName #2298

Add deploymentName

Add deploymentName #2298

Workflow file for this run

name: CI
on:
pull_request: {}
push: { branches: [ main ] }
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
include:
- { name: "default", javaVersion: 8 }
- { name: "default", javaVersion: 17 }
- { name: "default", javaVersion: 21 }
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{matrix.javaVersion}}
distribution: temurin
- name: Configure Docker
id: setup_docker
uses: docker/setup-docker-action@v4
with:
channel: stable
- name: Build with Maven
env:
DOCKER_HOST: ${{steps.setup_docker.outputs.sock}}
run: ./mvnw --no-transfer-progress verify
tcp:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
- name: Configure Docker
id: setup_docker
uses: docker/setup-docker-action@v4
with:
channel: stable
tcp-port: 2375
- name: Build with Maven
env:
DOCKER_HOST: ${{steps.setup_docker.outputs.tcp}}
run: ./mvnw --no-transfer-progress verify
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy