Skip to content

Commit

Permalink
Temporarily disable :asciidoctor-gradle-jvm-slides:intTest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Sep 5, 2022
1 parent ae54e06 commit 1be9618
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: -i -s --console=plain --no-build-cache test intTest remoteTest -x asciidoctor-gradle-slides-export:intTest -x asciidoctor-gradle-jvm-slides:intTest
- name: Integration tests (slides only)
uses: eskatos/gradle-command-action@v1
with:
arguments: -i -s --console=plain --no-build-cache test asciidoctor-gradle-jvm-slides:intTest asciidoctor-gradle-slides-export:intTest
# - name: Integration tests (slides only)
# uses: eskatos/gradle-command-action@v1
# with:
# arguments: -i -s --console=plain --no-build-cache test asciidoctor-gradle-jvm-slides:intTest asciidoctor-gradle-slides-export:intTest
# Gradle tests
- name: Gradle tests
uses: eskatos/gradle-command-action@v1
Expand Down

0 comments on commit 1be9618

Please sign in to comment.