Skip to content

Commit 1484e29

Browse files
Debug test output
1 parent ffb6efd commit 1484e29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,6 +2438,10 @@ blocks:
24382438
commands:
24392439
- checkout && cd ee/ephemeral_environments
24402440
- make build
2441+
epilogue:
2442+
always:
2443+
commands:
2444+
- ls -la
24412445
jobs:
24422446
- name: "Lint"
24432447
commands:
@@ -2448,7 +2452,9 @@ blocks:
24482452
- name: "Test"
24492453
commands:
24502454
- export TEST_RESULTS_NAME="Ephemeral Environments Tests"
2455+
- ls -la
24512456
- make test.ex
2457+
- ls -la
24522458
# RBAC EE
24532459
- name: "RBAC EE: Provision Test Image"
24542460
dependencies: []

0 commit comments

Comments
 (0)