Skip to content

Commit

Permalink
Fix CI for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jun 21, 2024
1 parent f8bfe26 commit 95efa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build with Gradle
run: >-
./gradlew build
-PexcludeTests="SamplesRenderingTest.testFontArabic,SamplesRenderingTest.testVerticalText,StyleBypassRenderingTest.testVerticalText"
-PexcludeTests="SamplesSpec11RenderingTest.testFontArabic,SamplesSpec11RenderingTest.testVerticalText,StyleBypassRenderingTest.testVerticalText"
# Generate modular javadocs
- name: Modular javadocs
Expand Down

0 comments on commit 95efa5b

Please sign in to comment.