Depend only on the modules of FAPI that Loofah actually uses to allow… #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Java CI with Gradle | |
on: | |
push: | |
branches-ignore: [ 'api-*' ] | |
tags-ignore: ["**"] | |
pull_request: | |
branches-ignore: [ stable-7 ] | |
jobs: | |
build: | |
uses: ./.github/workflows/common-run-build.yaml | |
secrets: inherit | |
integrationTest: | |
needs: build | |
uses: ./.github/workflows/common-integration-test.yaml | |
secrets: inherit |