Commit e9330e7 1 parent e8e3ce5 commit e9330e7 Copy full SHA for e9330e7
File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 34
34
35
35
on_start :
36
36
name : On start
37
- needs : check_step5_terratest_defer_destroy
37
+ needs : get_current_step
38
38
39
39
# We will only run this action when:
40
40
# 1. This repository isn't the template repository.
Original file line number Diff line number Diff line change 49
49
50
50
after_check_solution :
51
51
name : Go to next step after checking solution
52
- needs : get_current_step
52
+ needs : check_step1_main_tf
53
53
54
54
# We will only run this action when:
55
55
# 1. This repository isn't the template repository.
Original file line number Diff line number Diff line change 34
34
35
35
check_step2_terratest_output :
36
36
name : Check in Terratest output values
37
- needs : check_step1_main_tf
37
+ needs : get_current_step
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Checkout
49
49
50
50
after_check_solution :
51
51
name : Go to next step after checking solution
52
- needs : get_current_step
52
+ needs : check_step2_terratest_output
53
53
54
54
# We will only run this action when:
55
55
# 1. This repository isn't the template repository.
Original file line number Diff line number Diff line change 34
34
35
35
check_step3_terraform_idempotent :
36
36
name : Verify if Terraform configuration is idempotent
37
- needs : check_step2_terratest_output
37
+ needs : get_current_step
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Checkout
49
49
50
50
after_check_solution :
51
51
name : Go to next step after checking solution
52
- needs : get_current_step
52
+ needs : check_step3_terraform_idempotent
53
53
54
54
# We will only run this action when:
55
55
# 1. This repository isn't the template repository.
Original file line number Diff line number Diff line change 34
34
35
35
check_step4_override_variables_values :
36
36
name : Check if variables values were overridden
37
- needs : check_step3_terraform_idempotent
37
+ needs : get_current_step
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Checkout
49
49
50
50
after_check_solution :
51
51
name : Go to next step after checking solution
52
- needs : get_current_step
52
+ needs : check_step4_override_variables_values
53
53
54
54
# We will only run this action when:
55
55
# 1. This repository isn't the template repository.
Original file line number Diff line number Diff line change 34
34
35
35
check_step5_terratest_defer_destroy :
36
36
name : Check if there is defer with destroy
37
- needs : check_step4_override_variables_values
37
+ needs : get_current_step
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Checkout
49
49
50
50
after_check_solution :
51
51
name : Go to next step after checking solution
52
- needs : get_current_step
52
+ needs : check_step5_terratest_defer_destroy
53
53
54
54
# We will only run this action when:
55
55
# 1. This repository isn't the template repository.
You can’t perform that action at this time.
0 commit comments