Skip to content

Commit

Permalink
update ci for both bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jan 16, 2025
1 parent a98084e commit 56441a7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,16 @@ jobs:
run: |
sg 'lxd' -c "juju bootstrap 'localhost' --config model-logs-size=10G"
juju model-defaults logging-config='<root>=INFO; unit=DEBUG'
juju add-model test
- name: Terraform deploy
working-directory: ./terraform/tests/
juju add-model test_rs
juju add-model test_sc
- name: Terraform deploy replica set tests
working-directory: ./terraform/tests/replica_set_test
run: |
terraform apply -var "model_name=test" -target null_resource.simple_deployment_juju_wait_deployment -auto-approve
terraform apply -var "model_name=test_rs" -target null_resource.simple_deployment_juju_wait_deployment -auto-approve
- name: Terraform deploy sharded tests
working-directory: ./terraform/tests/sharded_test
run: |
terraform apply -var "model_name=test_sc" -target null_resource.simple_deployment_juju_wait_deployment -auto-approve
lib-check:
name: Check libraries
Expand Down

0 comments on commit 56441a7

Please sign in to comment.