Skip to content

Commit 8f1064d

Browse files
committed
chore: fix env variable
Signed-off-by: Niccolò Fei <[email protected]>
1 parent 2a9300e commit 8f1064d

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
@@ -134,7 +134,7 @@ jobs:
134134
sed -i '/DefaultImageName *=/s@".*"@"'"${{ inputs.postgres_img }}"'"@' pkg/versions/versions.go
135135
136136
# Exlude backup/recovery tests
137-
FEATURE_TYPE="${{ env.FEATURE_TYPE }},!backup-restore"
137+
echo "FEATURE_TYPE=${{ env.FEATURE_TYPE }},!backup-restore" >> $GITHUB_ENV
138138
139139
- name: Run Kind End-to-End tests
140140
run: make e2e-test-kind

0 commit comments

Comments
 (0)