Skip to content

Commit

Permalink
Setup upterm for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthaTi committed Sep 24, 2024
1 parent b5e7724 commit 9abcd57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
DUB: dub
steps:
- uses: actions/checkout@v4

- name: Install D compiler
uses: dlang-community/setup-dlang@v2
with:
Expand All @@ -41,3 +40,9 @@ jobs:
- name: Compile tour
shell: bash
run: $DUB build :tour

- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
if: failure()

0 comments on commit 9abcd57

Please sign in to comment.