Skip to content

Commit

Permalink
Try exclude pprint-kotlin if not linux
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Feb 2, 2024
1 parent 54c9467 commit bf093c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
include:
- os: ubuntu-latest
platform: linux
build_command: build
- os: macOS-latest
platform: mac
build_command: build -x :pprint-kotlin
- os: windows-latest
platform: windows
build_command: build -x :pprint-kotlin
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
Expand All @@ -24,4 +27,4 @@ jobs:
distribution: 'adopt'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- run: ./gradlew build test -Pplatform=${{ matrix.platform }} --stacktrace -Pnosign
- run: ./gradlew ${{ matrix.build_command }} -Pplatform=${{ matrix.platform }} --stacktrace -Pnosign

0 comments on commit bf093c3

Please sign in to comment.