fix: e2e tests, make welcomeCard.headline optional, remove console logs (#2374)

This commit is contained in:
Shubham Palriwala
2024-04-08 15:07:09 +05:30
committed by GitHub
parent 08ce026c7a
commit f93c5b3c55
11 changed files with 36 additions and 26 deletions

View File

@@ -46,6 +46,7 @@ runs:
run: |
SECRET=$(openssl rand -hex 32)
echo "ENCRYPTION_KEY=$SECRET" >> $GITHUB_ENV
echo "ENTERPRISE_LICENSE_KEY=$SECRET" >> $GITHUB_ENV
shell: bash
- run: |