Skip to content

Disable tests on GitHub Actions #1461

Disable tests on GitHub Actions

Disable tests on GitHub Actions #1461

Workflow file for this run

name: CI-Build
on:
push:
schedule:
- cron: '21 21 * * *'
workflow_dispatch:
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v5
with:
mvnArgs: -Dmaven.test.failure.ignore=true -Dmaven.test.skip=true # We run the tests on our Jenkins CI