Skip to content

Commit

Permalink
[ci] Slim the Java build even further (#12913)
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 10, 2023
1 parent 2940a0d commit 889a636
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,8 @@ on:
workflow_dispatch:

jobs:
build:
name: Build
uses: ./.github/workflows/bazel.yml
with:
name: Build
cache-key: java
run: bazel build grid

docs:
name: Documentation
needs: build
uses: ./.github/workflows/bazel.yml
with:
name: Documentation
cache-key: java-doc
run: ./go --verbose javadocs

browser-tests:
name: Browser Tests
needs: build
uses: ./.github/workflows/bazel.yml
strategy:
fail-fast: false
Expand All @@ -42,7 +24,6 @@ jobs:
remote-tests:
name: Remote Tests
needs: build
uses: ./.github/workflows/bazel.yml
strategy:
fail-fast: false
Expand Down

0 comments on commit 889a636

Please sign in to comment.