Test CI : ssh connection
Some checks failed
/ test (push) Failing after 10s

This commit is contained in:
Théo Barnouin 2024-10-23 18:20:57 +02:00
parent db6b375790
commit c577cbf8fa

View file

@ -8,8 +8,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: webfactory/ssh-agent@v0.9.0 - uses: webfactory/ssh-agent@v0.9.0
with: with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Clone repo and connect to ssh - name: Clone repo and connect to ssh
run: | run: |
nix-shell -p git ssh-agents nix-shell -p git ssh-agents