Skip to content

Skip integration test property #17

Skip integration test property

Skip integration test property #17

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven for Pull Request
on:
pull_request:
branches:
- main
jobs:
build:
uses: RVRhub/datafaker-gen/.github/workflows/ci.yml@ci_utils
with:
skip_integration_tests: true