Skip to content

Commit ec71358

Browse files
committed
Fix invocation of install-engine from CI workflow
Signed-off-by: ikolomi <ikolomin@amazon.com>
1 parent 2e9bc1a commit ec71358

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/actions/install-engine/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ inputs:
2020
env:
2121
ENGINE_REPO_VALKEY_URL: https://github.com/valkey-io/valkey.git
2222
ENGINE_REPO_REDIS_URL: https://github.com/redis/redis.git
23-
PATH: /usr/local/bin:${{ env.PATH }}
2423

2524
runs:
2625
using: "composite"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
${{ runner.os }}-maven-
7171
7272
- name: Install engine
73-
uses: ./.github/actions/install-engine
73+
uses: ./.github/workflows/actions/install-engine
7474
with:
7575
engine-type: ${{ matrix.engine }}
7676
engine-tag: ${{ matrix.version }}

0 commit comments

Comments
 (0)