Skip to content

update to kc24. trial of using it as an alternate account theme. #2

update to kc24. trial of using it as an alternate account theme.

update to kc24. trial of using it as an alternate account theme. #2

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and Test
uses: qcastel/github-actions-maven-cmd@master
env:
CI: ""
with:
maven-args: "clean install -Dmaven.test.skip=true -Ddockerfile.skip -DdockerCompose.skip -Djib.skip"