Skip to content

Commit e24e0df

Browse files
Debug test output
1 parent ffb6efd commit e24e0df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,6 +2438,11 @@ blocks:
24382438
commands:
24392439
- checkout && cd ee/ephemeral_environments
24402440
- make build
2441+
epilogue:
2442+
always:
2443+
commands:
2444+
- cd out
2445+
- ls -la
24412446
jobs:
24422447
- name: "Lint"
24432448
commands:
@@ -2448,7 +2453,9 @@ blocks:
24482453
- name: "Test"
24492454
commands:
24502455
- export TEST_RESULTS_NAME="Ephemeral Environments Tests"
2456+
- ls -la
24512457
- make test.ex
2458+
- ls -la
24522459
# RBAC EE
24532460
- name: "RBAC EE: Provision Test Image"
24542461
dependencies: []

0 commit comments

Comments
 (0)