Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 15, 2024
1 parent 3ce89f7 commit d4b0c6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ jobs:
path: ${{ github.workspace }}/custom/benchmark/artifacts
report:
runs-on: ubuntu-latest
needs: [ benchmarks ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK ${{matrix.javaVersion}}
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: ${{matrix.javaVersion}}
java-version: 11
distribution: "temurin"
- name: Cache Maven packages
if: always()
Expand Down

0 comments on commit d4b0c6e

Please sign in to comment.