Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Fix some typos--update references from `test` to `test-OpenJDK`, remove a stale reference to `matrix.experimental` from GraalVM tests
  • Loading branch information
cushon committed Feb 11, 2024
1 parent ea57ad1 commit 6cf0e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ jobs:
shell: bash
run: mvn test -B

test-OpenJDK:
test-GraalVM:
name: "GraalVM on ${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
continue-on-error: true
steps:
- name: Cancel previous
uses: styfle/[email protected]
Expand All @@ -111,7 +111,7 @@ jobs:

publish_snapshot:
name: "Publish snapshot"
needs: test
needs: test-OpenJDK
if: github.event_name == 'push' && github.repository == 'google/google-java-format' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6cf0e35

Please sign in to comment.