Skip to content

Commit e9330e7

Browse files
Fix dependencies
1 parent e8e3ce5 commit e9330e7

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/0-welcome.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
on_start:
3636
name: On start
37-
needs: check_step5_terratest_defer_destroy
37+
needs: get_current_step
3838

3939
# We will only run this action when:
4040
# 1. This repository isn't the template repository.

.github/workflows/1-tbd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
after_check_solution:
5151
name: Go to next step after checking solution
52-
needs: get_current_step
52+
needs: check_step1_main_tf
5353

5454
# We will only run this action when:
5555
# 1. This repository isn't the template repository.

.github/workflows/2-tbd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
check_step2_terratest_output:
3636
name: Check in Terratest output values
37-
needs: check_step1_main_tf
37+
needs: get_current_step
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
4949

5050
after_check_solution:
5151
name: Go to next step after checking solution
52-
needs: get_current_step
52+
needs: check_step2_terratest_output
5353

5454
# We will only run this action when:
5555
# 1. This repository isn't the template repository.

.github/workflows/3-tbd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
check_step3_terraform_idempotent:
3636
name: Verify if Terraform configuration is idempotent
37-
needs: check_step2_terratest_output
37+
needs: get_current_step
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
4949

5050
after_check_solution:
5151
name: Go to next step after checking solution
52-
needs: get_current_step
52+
needs: check_step3_terraform_idempotent
5353

5454
# We will only run this action when:
5555
# 1. This repository isn't the template repository.

.github/workflows/4-tbd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
check_step4_override_variables_values:
3636
name: Check if variables values were overridden
37-
needs: check_step3_terraform_idempotent
37+
needs: get_current_step
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
4949

5050
after_check_solution:
5151
name: Go to next step after checking solution
52-
needs: get_current_step
52+
needs: check_step4_override_variables_values
5353

5454
# We will only run this action when:
5555
# 1. This repository isn't the template repository.

.github/workflows/5-tbd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
check_step5_terratest_defer_destroy:
3636
name: Check if there is defer with destroy
37-
needs: check_step4_override_variables_values
37+
needs: get_current_step
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
4949

5050
after_check_solution:
5151
name: Go to next step after checking solution
52-
needs: get_current_step
52+
needs: check_step5_terratest_defer_destroy
5353

5454
# We will only run this action when:
5555
# 1. This repository isn't the template repository.

0 commit comments

Comments
 (0)