We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af0cec commit f4c3e73Copy full SHA for f4c3e73
1 file changed
.github/workflows/deploy.yml
@@ -60,6 +60,7 @@ jobs:
60
service_endpoint=$(terraform -chdir="infra/${{ inputs.app_name }}/service" output -raw service_endpoint)
61
echo "service_endpoint=${service_endpoint}"
62
echo "service_endpoint=${service_endpoint}" >> "$GITHUB_OUTPUT"
63
+
64
e2e:
65
name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
66
needs: [deploy]
0 commit comments