Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Updated to 4.2 of Egeria #131

Updated to 4.2 of Egeria

Updated to 4.2 of Egeria #131

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the ODPi Egeria project.
name: "PR Verification"
on:
pull_request:
branches: [main, release-*, feature-*]
jobs:
build:
runs-on: ubuntu-latest
name: "PR Verification"
if: startsWith(github.repository,'odpi/')
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- uses: gradle/wrapper-validation-action@v1
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: |
build
--scan
- name: Upload Connector
uses: actions/upload-artifact@v3
with:
name: Database Connectors
path: '**/build/libs/*.jar'