Skip to content

Added external memory agent based on PostgreSQL #2327

Added external memory agent based on PostgreSQL

Added external memory agent based on PostgreSQL #2327

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://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Continuous Integration
on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
env:
AWS_REGION: 'us-east-1'
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 21
cache: maven
- name: Java version
run: java --version
working-directory: ./apps/unicorn-store-spring/
- name: Build unicorn-store-spring with Maven
run: mvn -B clean package --file pom.xml --no-transfer-progress
working-directory: ./apps/unicorn-store-spring/
- name: Install AWS CDK
run: npm install -g aws-cdk
working-directory: ./infrastructure/cdk/
- name: AWS CDK version
run: cdk version
working-directory: ./infrastructure/cdk/
- name: Build CDK Immersion Day infrastructure
run: mvn clean package --no-transfer-progress
working-directory: ./infrastructure/cdk/
- name: CDK Synth Immersion Day infrastructure
run: cdk synth
working-directory: ./infrastructure/cdk/
- name: Build unicorn-store-wildfly with Docker
run: ./scripts/wildfly-build.sh
working-directory: ./apps/unicorn-store-jakarta/
- name: Build unicorn-store-quarkus with Docker
run: ./scripts/quarkus-build.sh
working-directory: ./apps/unicorn-store-jakarta/
- name: Build unicorn-store-javax with Docker
run: docker build -t unicorn-store-javax:latest .
working-directory: ./apps/unicorn-store-javax/
# - name: Submit Dependency Snapshot
# uses: advanced-security/maven-dependency-submission-action@v4
# with:
# directory: ./apps/unicorn-store-spring/
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