Updated workflow
sender Build / Check (pull_request) Successful in 27s
sender Build / Rustfmt (pull_request) Successful in 26s
sender Build / Test Suite (pull_request) Failing after 52s
sender Build / Clippy (pull_request) Failing after 1m17s
sender Build / build (pull_request) Successful in 5m30s
sender Build / Check (pull_request) Successful in 27s
sender Build / Rustfmt (pull_request) Successful in 26s
sender Build / Test Suite (pull_request) Failing after 52s
sender Build / Clippy (pull_request) Failing after 1m17s
sender Build / build (pull_request) Successful in 5m30s
This commit is contained in:
@@ -46,6 +46,8 @@ jobs:
|
|||||||
chmod 600 ~/.ssh/deploy_key
|
chmod 600 ~/.ssh/deploy_key
|
||||||
ssh-keyscan ${{ secrets.MY_HOST }} >> ~/.ssh/known_hosts
|
ssh-keyscan ${{ secrets.MY_HOST }} >> ~/.ssh/known_hosts
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
|
touch .env
|
||||||
|
echo "$AUTH_SID" > .env
|
||||||
ssh-add -v ~/.ssh/deploy_key
|
ssh-add -v ~/.ssh/deploy_key
|
||||||
cargo test
|
cargo test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user