Skip to content

Commit

Permalink
Additional checks in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 19, 2024
1 parent d025476 commit 633486a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@
"cache": "true"
}
},
{
"name": "Check path ~/.quicklisp-client-fix",
"shell": "lispsh -eo pipefail {0}",
"run": "ls -l ~/.quicklisp-client-fix"
},
{
"name": "Check roswell init file",
"shell": "lispsh -eo pipefail {0}",
"run": "cat ~/.roswell/init.lisp"
},
{
"name": "Check path",
"shell": "lispsh -eo pipefail {0}",
Expand Down

0 comments on commit 633486a

Please sign in to comment.