diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 1427f4adec..7815247e63 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -20,9 +20,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - with: - # Need all history or spotless check will fail - fetch-depth: 0 - name: Check out test262 # We don't actually want all the history for this part run: git submodule update --init --single-branch @@ -37,5 +34,5 @@ jobs: - name: Upload results uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: - name: reports + name: reports-java-${{ matrix.java }} path: '*/build/reports'