Skip to content

Commit

Permalink
Add task exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Feb 2, 2024
1 parent bf093c3 commit 3a86868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
build_command: build
- os: macOS-latest
platform: mac
build_command: build -x :pprint-kotlin
build_command: build -x :pprint-kotlin:build
- os: windows-latest
platform: windows
build_command: build -x :pprint-kotlin
build_command: build -x :pprint-kotlin:build
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
Expand Down

0 comments on commit 3a86868

Please sign in to comment.