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 e9b6b34 commit 215e536Copy full SHA for 215e536
.github/workflows/reusable-e2e.yml
@@ -152,7 +152,7 @@ jobs:
152
sed -i '/DefaultImageName *=/s@".*"@"'"${{ inputs.postgres_img }}"'"@' pkg/versions/versions.go
153
154
# Exlude backup/recovery tests
155
- FEATURE_TYPE="${{ env.FEATURE_TYPE }},!backup-restore"
+ echo "FEATURE_TYPE=${{ env.FEATURE_TYPE }},!backup-restore" >> $GITHUB_ENV
156
157
- name: Run Kind End-to-End tests
158
run: make e2e-test-kind
0 commit comments