Skip to content

Commit

Permalink
Fix custom flows
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Oct 18, 2024
1 parent a5fd8bc commit 09f8e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
cd deployments
terraform init
terraform ${{ inputs.action }} \
--var-file=main.tfvars \
--var="kubernetes_config_context=performance-testing" \
--var="analytics_database_enabled=${{ inputs.analytics_database_enabled }}" \
--var="analytics_prometheus_enabled=${{ inputs.analytics_prometheus_enabled }}" \
Expand All @@ -149,6 +148,7 @@ jobs:
--var="tyk_version=${{ inputs.tyk_version }}" \
--var="tyk_license=${{ secrets.DASH_LICENSE }}" \
--var="grafana_service_type=LoadBalancer" \
--var-file=main.tfvars \
--auto-approve
- name: Access to Grafana Dashboard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ jobs:
cd tests
terraform init
terraform ${{ inputs.action }} \
--var-file=main.tfvars \
--var="kubernetes_config_context=performance-testing" \
--var="tests_duration=${{ inputs.tests_duration }}" \
--var="tests_virtual_users=${{ inputs.tests_virtual_users }}" \
--var-file=main.tfvars \
--auto-approve
- name: Access to Grafana Dashboard
Expand Down

0 comments on commit 09f8e83

Please sign in to comment.