Skip to content

Commit

Permalink
fix: provide updated log path
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Feb 2, 2024
1 parent dffd66c commit a5243dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,10 @@ jobs:
echo "Sanity check pass for wan logs"
fi
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: always()

# - name: post notification to slack on failure
# if: ${{ failure() }}
# uses: bryannice/[email protected]
Expand Down Expand Up @@ -835,6 +839,12 @@ jobs:
echo "Sanity check pass for wan logs"
fi
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: always()

# - name: post notification to slack on failure
# if: ${{ failure() }}
# uses: bryannice/[email protected]
Expand Down

0 comments on commit a5243dc

Please sign in to comment.