Skip to content

Commit

Permalink
add debug session
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 13, 2020
1 parent eebb472 commit b546ac7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
fail-fast: false
steps:
#------------------------------------------------------------------------#
- name: setup debug session
uses: csexton/debugger-action@master
#------------------------------------------------------------------------#
# Checkout Repository
- name: checkout repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -62,6 +65,9 @@ jobs:
fail-fast: false
steps:
#------------------------------------------------------------------------#
- name: setup debug session
uses: csexton/debugger-action@master
#------------------------------------------------------------------------#
# Checkout Repository
- name: checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit b546ac7

Please sign in to comment.