Skip to content

Commit 215e536

Browse files
committed
chore: fix env variable
Signed-off-by: Niccolò Fei <[email protected]>
1 parent e9b6b34 commit 215e536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
sed -i '/DefaultImageName *=/s@".*"@"'"${{ inputs.postgres_img }}"'"@' pkg/versions/versions.go
153153
154154
# Exlude backup/recovery tests
155-
FEATURE_TYPE="${{ env.FEATURE_TYPE }},!backup-restore"
155+
echo "FEATURE_TYPE=${{ env.FEATURE_TYPE }},!backup-restore" >> $GITHUB_ENV
156156
157157
- name: Run Kind End-to-End tests
158158
run: make e2e-test-kind

0 commit comments

Comments
 (0)