We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efca745 commit b900269Copy full SHA for b900269
.github/workflows/ci.yml
@@ -65,9 +65,10 @@ jobs:
65
cp bb.exe "$(which bb)"
66
- name: bb test
67
run: |
68
+ cp /test-resources/id_ed25519_bbin_test_lib_private /tmp/id_ed25519_bbin_test_lib_private
69
bb test
70
env:
- 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
72
GITLIBS_DEBUG: true
73
- name: Upload debug log
74
if: failure()
0 commit comments