We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9300e commit 8f1064dCopy full SHA for 8f1064d
.github/workflows/reusable-e2e.yml
@@ -134,7 +134,7 @@ jobs:
134
sed -i '/DefaultImageName *=/s@".*"@"'"${{ inputs.postgres_img }}"'"@' pkg/versions/versions.go
135
136
# Exlude backup/recovery tests
137
- FEATURE_TYPE="${{ env.FEATURE_TYPE }},!backup-restore"
+ echo "FEATURE_TYPE=${{ env.FEATURE_TYPE }},!backup-restore" >> $GITHUB_ENV
138
139
- name: Run Kind End-to-End tests
140
run: make e2e-test-kind
0 commit comments