We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffe55c commit 2f44f35Copy full SHA for 2f44f35
.github/workflows/test.yml
@@ -78,6 +78,8 @@ jobs:
78
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
79
steps:
80
- uses: actions/checkout@v4
81
+ - name: Setup tmate session
82
+ uses: mxschmitt/action-tmate@v3
83
- name: Configure Git
84
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
85
- uses: actions/download-artifact@v4
0 commit comments