Skip to content

Commit

Permalink
Added a step to check the path.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 18, 2024
1 parent c1f789f commit a53a028
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
"cache": "true"
}
},
{
"name": "Check path",
"shell": "lispsh -eo pipefail {0}",
"run": "qlot exec ros run --eval '(format t "jsonrpc: ~A~%openrpc: ~A~%" (ql:where-is-system :jsonrpc) (ql:where-is-system :openrpc))' --eval '(uiop:quit 0)'",
},
{
"name": "Run Tests",
"uses": "40ants/run-tests@v2",
Expand Down

0 comments on commit a53a028

Please sign in to comment.