Skip to content

Commit 21b92fb

Browse files
authoredNov 11, 2024··
Merge pull request #174 from newrelic/NR-328274
uncomment always() in tear_down_test_executor_instances.
2 parents 6aacd0f + 850cf57 commit 21b92fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/run_e2e_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
tear_down_test_executor_instances:
101101
name: Tear down test executor instances
102-
#if: always() #Uncomment after 3.1.9 version release
102+
if: always()
103103
needs: report_test_results
104104
uses: ./.github/workflows/run_task.yml
105105
with:

0 commit comments

Comments
 (0)
Please sign in to comment.