From 6cf0e35c956461204c8dbc90895ea4d53800010a Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Sun, 11 Feb 2024 14:51:05 -0800 Subject: [PATCH] Update ci.yml Fix some typos--update references from `test` to `test-OpenJDK`, remove a stale reference to `matrix.experimental` from GraalVM tests --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c8cc2b58..322f914e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/cancel-workflow-action@0.9.1 @@ -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: