diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8841860..85c4c83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,12 @@ jobs: with: fetch-depth: 1 + - uses: actions/checkout@v3 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: false + # ───────────────────────────────────────────────────── # - name: Bootstrap ❯❯ denoland/setup-deno@v1 # uses: denoland/setup-deno@v1