Skip to content

Add capabilities during org addition to channel #305

Add capabilities during org addition to channel

Add capabilities during org addition to channel #305

Workflow file for this run

name: Pull Request CI
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: "actions/checkout@v2"
- name: Setup JDK 11
uses: "actions/setup-java@v2"
with:
java-version: '11'
distribution: 'adopt-openj9'
- name: Run tests
run: mvn -B clean verify
- name: Run build
run: mvn -B package -DskipTests=true