Skip to content

Commit

Permalink
Java: Fix CI. (valkey-io#1790)
Browse files Browse the repository at this point in the history
* Fix CI.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand authored Jul 5, 2024
1 parent bca45fb commit 4ab00dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: test-reports-java-${{ matrix.java }}-redis-${{ matrix.redis }}-${{ matrix.host.RUNNER }}
name: test-reports-java-${{ matrix.java }}-${{ matrix.engine.type }}-${{ matrix.engine.version }}-${{ matrix.host.RUNNER }}
path: |
java/client/build/reports/**
java/integTest/build/reports/**
Expand All @@ -126,7 +126,7 @@ jobs:
- 17
runs-on: ubuntu-latest
container: amazonlinux:latest
timeout-minutes: 20
timeout-minutes: 35
steps:
- name: Install git
run: |
Expand Down

0 comments on commit 4ab00dd

Please sign in to comment.