Skip to content

Commit 81ad208

Browse files
Update integration-tests.yml
1 parent 875dfa4 commit 81ad208

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration-tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ jobs:
1616
uses: actions/checkout@v2
1717
with:
1818
fetch-depth: 0
19+
- name: Log start time
20+
run: echo "Workflow started at: $(date)"
1921
- name: Get branch name
2022
id: branch-name
2123
uses: tj-actions/[email protected]
24+
- name: Log branch name
25+
run: echo "Branch name: ${{ steps.branch-name.outputs.current_branch }}"
2226
- name: Wait for Tests Results
2327
uses: convictional/[email protected]
2428
with:
@@ -32,3 +36,5 @@ jobs:
3236
propagate_failure: true
3337
trigger_workflow: true
3438
wait_workflow: true
39+
- name: Log workflow end
40+
run: echo "Workflow ended at: $(date)"

0 commit comments

Comments
 (0)