Skip to content

Commit

Permalink
Switch off of gradle build action for examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 committed Jan 16, 2024
1 parent e9e60f2 commit b664802
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ jobs:
distribution: 'corretto'

- name: Run doc examples
uses: gradle/[email protected]
id: validation
with:
build-root-directory: ./examples
arguments: docExamples readmeExample cheatSheetExample basic
run: |
cd examples
./gradlew docExamples readmeExample cheatSheetExample basic
- name: Send CI failure mail
if: ${{ steps.validation.outcome == 'failure' }}
Expand Down

0 comments on commit b664802

Please sign in to comment.