Skip to content

Commit b900269

Browse files
committed
debug
1 parent efca745 commit b900269

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
cp bb.exe "$(which bb)"
6666
- name: bb test
6767
run: |
68+
cp /test-resources/id_ed25519_bbin_test_lib_private /tmp/id_ed25519_bbin_test_lib_private
6869
bb test
6970
env:
70-
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i ${{ github.workspace }}/test-resources/id_ed25519_bbin_test_lib_private
71+
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i /tmp/id_ed25519_bbin_test_lib_private
7172
GITLIBS_DEBUG: true
7273
- name: Upload debug log
7374
if: failure()

0 commit comments

Comments
 (0)