From ef544e663f7a7e76bf244a90fda7775914c2eb58 Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Fri, 24 May 2024 11:23:12 -0400 Subject: [PATCH] change plugin --- .github/workflows/nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 16c845299d..1c77e6416d 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -59,7 +59,7 @@ jobs: - name: Test with Java 8 # Direct goal invocation ("surefire:test") prevents recompiling tests run: | - mvn surefire:test \ + mvn org.apache.maven.plugins:maven-surefire-plugin:test \ --errors \ --batch-mode \ --no-transfer-progress \