Skip to content

Change to WebSphere Liberty #12

Change to WebSphere Liberty

Change to WebSphere Liberty #12

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: OnPush
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compile and Package the Maven repository
run: mvn package