Skip to content

Commit

Permalink
try tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
lonerapier committed Aug 29, 2024
1 parent e72e472 commit 653421f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ jobs:
run: ls
- name: pwd
run: pwd
# - name: Run tests
# run: npm run test
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
exclude: "node_modules|dist|.git|.husky"
- name: Run tests
run: npm run test

0 comments on commit 653421f

Please sign in to comment.