Workflow change
Some checks failed
Rust Build / Check (pull_request) Successful in 42s
Rust Build / Test Suite (pull_request) Failing after 51s
Rust Build / Rustfmt (pull_request) Successful in 27s
Rust Build / Clippy (pull_request) Successful in 47s
Rust Build / build (pull_request) Successful in 1m8s
Some checks failed
Rust Build / Check (pull_request) Successful in 42s
Rust Build / Test Suite (pull_request) Failing after 51s
Rust Build / Rustfmt (pull_request) Successful in 27s
Rust Build / Clippy (pull_request) Successful in 47s
Rust Build / build (pull_request) Successful in 1m8s
This commit is contained in:
@@ -67,7 +67,8 @@ jobs:
|
|||||||
echo "Docker environment check complete."
|
echo "Docker environment check complete."
|
||||||
# NOTE: Do NOT use continue-on-error here.
|
# NOTE: Do NOT use continue-on-error here.
|
||||||
# If Docker isn't working as expected, the job SHOULD fail here.
|
# If Docker isn't working as expected, the job SHOULD fail here.
|
||||||
- run: |
|
- name: Run tests
|
||||||
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo "${{ secrets.MYREPO_TOKEN }}" > ~/.ssh/gitlab_deploy_key
|
echo "${{ secrets.MYREPO_TOKEN }}" > ~/.ssh/gitlab_deploy_key
|
||||||
chmod 600 ~/.ssh/gitlab_deploy_key
|
chmod 600 ~/.ssh/gitlab_deploy_key
|
||||||
|
Reference in New Issue
Block a user