Skip to content

Commit

Permalink
Modify test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnavi committed Dec 19, 2024
1 parent 2ec5831 commit 69b6aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
useradd -m -d /home/${USER_TEST} -N ${USER_TEST}
su ${USER_TEST} -c 'mkdir /home/${USER_TEST}/.ssh'
cat ${HOME}/.ssh/id_ed25519.pub | su ${USER_TEST} -c 'tee -a /home/${USER_TEST}/.ssh/authorized_keys'
chmod 700 /home/${USER_TEST}/.ssh
chmod 600 /home/${USER_TEST}/.ssh/authorized_keys
echo "127.0.0.1 localhost2" | tee -a /etc/hosts > /dev/null
- name: Generate coverage report
Expand Down

0 comments on commit 69b6aef

Please sign in to comment.