Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAT-17565 DevOps :: localstack failing for aws-aurora 8 in test-harne…
…ss (#797) * ci(aws.yml): add commands to check versions of aws, pip, and awslocal for debugging purposes * build(aws.yml): add installation steps for AWS CLI to the GitHub Actions workflow to enable AWS CLI usage in the workflow. * fix(aws.yml): update aws-cli installation command to include bin-dir, install-dir, and update options for better configuration and maintenance * fix(aws.yml): update Python version to '3.11.5' for compatibility with setup-python action refactor(aws.yml): remove unnecessary AWS CLI and pip version checks from the workflow fix(aws.yml): remove engine version parameter in 'awslocal rds create-db-cluster' command for aurora-mysql to match the command syntax * chore(aws.yml): remove unnecessary RDS_MYSQL_DOCKER environment variable to clean up workflow configuration * fix(aws.yml): update engine version parameter in create-db-cluster command to use TH_AURORA_MYSQL_ENGINE environment variable for consistency * chore(aws.yml): add RDS_MYSQL_DOCKER environment variable to enable MySQL engine in LocalStack fix(aws.yml): remove unnecessary engine version parameter in create-db-cluster command for Aurora MySQL to prevent errors * chore(aws.yml): remove unnecessary TH_AURORA_MYSQL_ENGINE variable assignment * chore(aws.yml): add TH_AURORA_MYSQL_ENGINE variable to set the engine version for Aurora MySQL * chore(aws.yml): remove TH_AURORA_MYSQL_ENGINE variable as it is no longer needed
- Loading branch information