Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-gagliardi authored Aug 20, 2024
1 parent 875dfa4 commit 81ad208
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Log start time
run: echo "Workflow started at: $(date)"
- name: Get branch name
id: branch-name
uses: tj-actions/[email protected]
- name: Log branch name
run: echo "Branch name: ${{ steps.branch-name.outputs.current_branch }}"
- name: Wait for Tests Results
uses: convictional/[email protected]
with:
Expand All @@ -32,3 +36,5 @@ jobs:
propagate_failure: true
trigger_workflow: true
wait_workflow: true
- name: Log workflow end
run: echo "Workflow ended at: $(date)"

0 comments on commit 81ad208

Please sign in to comment.