Skip to content

Commit

Permalink
Do we need to fix name of report upload?
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Jul 1, 2024
1 parent e04cb14 commit b9f30bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit b9f30bf

Please sign in to comment.