diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06d4edd..068a30c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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