From a7c9b8bf1a0cf2c0fc243842e8e538c7cc1f04ef Mon Sep 17 00:00:00 2001 From: Houssem Dellai Date: Sat, 6 Jan 2024 22:03:07 +0100 Subject: [PATCH] edited gh action --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 4597ca2..87284ae 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,11 +15,11 @@ jobs: name: 'Terraform' runs-on: ubuntu-latest strategy: - max-parallel: 1 + max-parallel: 10 matrix: # directory: [001_vnet_subnets_tf, 002_vm_bastion, 003_vm_bastion_nsg, 004_vnet_peering_tf, 005_vm_linux_win_bastion, 006_route_table] directory: [004_vnet_peering_tf, 003_vm_bastion_nsg, 200_hub_spoke_firewall, 300_load_balancer_vm, 301_load_balancer_vmss, 302_load_balancer_internal_vmss_natgateway, 400_private_dns_zone, 410_private_endpoint_mssql, 420_private_endpoint_pls] -# node: [14, 16] +# node: [14, 16,] # Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest defaults: