Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Nov 5, 2023
1 parent 49a9fb3 commit f71b1f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
if: steps.cache-dojo.outputs.cache-hit != 'true' ||
steps.cache-node_modules.outputs.cache-hit != 'true'

# Fix the condition to debug
- name: Setup upterm session
uses: mxschmitt/action-tmate@v3

# Prep-up the cache
build-perl-env:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f71b1f2

Please sign in to comment.