Skip to content

Skip integration test property #20

Skip integration test property

Skip integration test property #20

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: datafaker-net/datafaker-gen/.github/workflows/ci.yml@ci
with:
skip_integration_tests: true